RETURNS MOUSE X-POSITION WHEN RIGHT BUTTON OF MOUSE IS RELEASED ON THE SYSTEM OBJECT NUMBER N
ACTION
The function MOUSE_X_RIGHT_UP(N) returns the position of the mouse on the X-axis of the system object number N, at the moment when mouse right button is released.
The position 0 is the position of upper left corner of The system object.
SYNTAX:
Result=MOUSE_X_RIGHT_UP(N)
USE ERROR EXAMPLE
picture 1
rem print X and Y positions of the mouse when the right button is released on picture1
if mouse_right_up(1)=1
print mouse_x_right_up(1)
print mouse_y_right_up(1)
end_if
MOUSE_X_RIGHT_UP()
MOUSE_X_RIGHT_UP(N)
SEE ALSO
MOUSE_X_POSITION()
MOUSE_Y_POSITION()
MOUSE_RIGHT_UP()
MOUSE_RIGHT_DOWN()
MOUSE_LEFT_UP()
MOUSE_LEFT_DOWN()
MOUSE_X_RIGHT_DOWN()
MOUSE_Y_RIGHT_UP()
MOUSE_Y_RIGHT_DOWN()
MOUSE_X_LEFT_UP()
MOUSE_X_LEFT_DOWN()
MOUSE_Y_LEFT_UP()
MOUSE_Y_LEFT_DOWN()