|
IsPenEvent
- 0 2.0
Checks whether a mouse event was generated by the pen driver.
BOOL IsPenEvent( UINT message, LONG lExtraInfo )
Parameters
message
Windows mouse message being queried.
lExtraInfo
Value returned by GetMessageExtraInfo for the given message.
Return Value
Returns TRUE if the mouse event referenced by the message parameter was generated by the pen driver; otherwise, returns FALSE.
Comments
Mouse drivers that have not been updated to be compatible with pens may
produce an event that cannot be distinguished from a real pen event. This has a very
low probability of occurring.
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
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|