Hardware
Testing hardware page...
Code:
<syntaxhighlight lang="sci">
(if(== (send pEvent:type) evMOUSEBUTTON and == (send pEvent:modifiers) 515) FormatPrint("x:%d, y:%d" (send pEvent:x) (send pEvent:y) )
) </syntaxhighlight>
Testing hardware page...
<syntaxhighlight lang="sci">
(if(== (send pEvent:type) evMOUSEBUTTON and == (send pEvent:modifiers) 515) FormatPrint("x:%d, y:%d" (send pEvent:x) (send pEvent:y) )
) </syntaxhighlight>