Hardware
Testing hardware page...
<div class="CodeBlockHeader">Code:</div>
<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>