class_inputeventmousemotion - dragonsoulz/godot GitHub Wiki
InputEventMouseMotion
####Category: Built-In Types
Brief Description
Member Functions
Member Variables
- 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
- float speed_x
- float speed_y
- Vector2 speed
Numeric Constants
- NONE = 0
- KEY = 1
- MOUSE_MOTION = 2
- MOUSE_BUTTON = 3
- JOYSTICK_MOTION = 4
- JOYSTICK_BUTTON = 5
- SCREEN_TOUCH = 6
- SCREEN_DRAG = 7
- ACTION = 8