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
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
Copyright notice: any total or partial reproduction of the content is forbidden without previous authorisation by the Author. Copyright ©2013-2024, all rights reserved.
Comments are closed.