Microsoft DirectX 9.0 SDK Update (October 2004)

Device.Poll Method

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves data from polled objects on a Microsoft® DirectInput® device. If the device does not require polling, calling this method has no effect. If a device that requires polling is not polled periodically, no new data is received from the device. Calling this method causes Microsoft® DirectInput® to update the device state, generate input events (if buffered data is enabled), and set notification events (if notification is enabled).

Definition

Visual Basic .NET Public Sub Poll()
C# public void Poll();
Managed C++ public: void Poll();
JScript .NET public function Poll();

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center