class_inputeventscreentouch - ScyDev/godot GitHub Wiki
InputEventScreenTouch
####Category: Built-In Types
Brief Description
Member Functions
- bool is_action ( String action )
- bool is_echo ( )
- bool is_pressed ( )
- void set_as_action ( String action, bool pressed )
Member Variables
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