Hardware: Difference between revisions

From IBMPC Repository Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Testing hardware page...'''
'''Testing hardware page..'''
 
 
<nowiki><div class="CodeBlockHeader">Code:</div></nowiki>
 
<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>

Latest revision as of 08:03, 23 January 2025

Testing hardware page..