Monkey Coder – Input Mouse Codes

‘ Example START
If KeyDown(MOUSE_LEFT) Then ‘Check if MOUSE LEFT key is pressed

‘ You want to do…

Endif
‘ Example END

‘ Input Mouse Codes:

MOUSE_LEFT : Int
MOUSE_MIDDLE : Int
MOUSE_RIGHT : Int