NTK and The NTK Project
are properties of Jn Dechereux
Home | Documentation | FAQ.
Vanilla 1.1.8 is a product of Lussumo. More Information: Documentation, Community Support.
ndigitizerStatus := NTK_GetSystemMetrics(SM_DIGITIZER)
If ( NTK_AND( ndigitizerStatus, (NID_READY+NID_MULTI_INPUT) ) == 0) // Stack Ready (0x40) + MultiTouch(0x80)
Alert("No touch support is currently available" )
RETURN(0)
EndIf
nInputs := NTK_GetSystemMetrics(SM_MAXIMUMTOUCHES)
Alert( "Max. number of touch inputs supported: "+nToc(nInputs) )
1 to 3 of 3