|
RightMouseButton | |
ButtonFlag = RightMouseButton() | |
Parameters: NONE | |
Returns: ButtonFlag = The State of this mouse button (0= not pressed, 1 = pressed) |
|
The RightMouseButton() function will return the current state of the Right mouse button only. If the button is being pressed the function will return a TRUE (1 value), if not, it will return a false (Zero value) FACTS: * none Mini Tutorial: This examble reads and display the pressed state of the LEFT,MIDDLE and RIGHT mouse buttons.
|
Related Info: | LeftMouseButton | MidMouseButton | MouseButton | MouseMoveX | MouseMoveY | MouseMoveZ | MouseX | MouseY | MouseZ | SetMouse | SetMouseX | SetMouseY : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |