|
Event-Based Notifications
You can notify Windows to send joystick messages to an application whenever
the position of a joystick axis changes by a value greater than the movement threshold of the device. The movement threshold is the distance the joystick must be
moved before a WM_JOYMOVE message is sent to a window that has captured the
device. The threshold is initially zero. You can set the movement threshold by using
the joySetThreshold function. You can retrieve the minimum polling frequency of the joystick by
using the joyGetDevCaps function.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|