forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_inputeventmousemotion
reduz edited this page Feb 23, 2014
·
10 revisions
- int type
- int device
- int ID
- bool shift
- bool alt
- bool control
- bool meta
- int button_mask
- int x
- int y
- Vector2 pos
- int global_x
- int global_y
- Vector2 global_pos
- int relative_x
- int relative_y
- Vector2 relative_pos
- real speed_x
- real speed_y
- Vector2 speed
- NONE = 0
- KEY = 1
- MOUSE_MOTION = 2
- MOUSE_BUTTON = 3
- JOYSTICK_MOTION = 4
- JOYSTICK_BUTTON = 5
- SCREEN_TOUCH = 6
- SCREEN_DRAG = 7
- ACTION = 8