forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 20
class_inputeventmousebutton
reduz edited this page Feb 23, 2014
·
8 revisions
####Category: Built-In Types
- 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 button_index
- bool pressed
- bool doubleclick
- NONE = 0
- KEY = 1
- MOUSE_MOTION = 2
- MOUSE_BUTTON = 3
- JOYSTICK_MOTION = 4
- JOYSTICK_BUTTON = 5
- SCREEN_TOUCH = 6
- SCREEN_DRAG = 7
- ACTION = 8