usesTouchScreen()
Query if the UI is currently using touch-input mode or mouse mode..
Synopsis
bool usesTouchScreen();
Parameters
Parameter | Description |
---|---|
none | - |
Return value
TRUE (1) when the UI is using the touch-input mode, FALSE (0) if it is using the mouse mode.
Description
Query if the UI is currently using the touch-input mode or the mouse mode.
Example
main()
{
DebugN(usesTouchScreen());
}
Assignment
Miscellaneous functions
Availability
UI