
72
3.50 SysGetMultiTouchState
This function retrieves the Enable / Disable status of the multi touch mode.
Calling Sequences
[C++]
DWORD SysGetMultiTouchState( )
[Visual Basic]
Public Shared Function SysGetMultiTouchState () As Int32
[C#]
public static Int32 SysGetMultiTouchState ()
Parameter
None
Return Values
Values indicating the ON/OFF status of the touch panel
TRUE : Multi touch is on. (Default)
FALSE : Multi touch is off.
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales