forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_inputeventkey
reduz edited this page Feb 23, 2014
·
9 revisions
Category: Built-In Types\
- bool #is_action( String action )
- bool #is_echo(****)
- bool #is_pressed(****)
- int type
- int device
- int ID
- bool shift
- bool alt
- bool control
- bool meta
- bool pressed
- bool echo
- int scancode
- int unicode
- NONE = 0
- KEY = 1
- MOUSE_MOTION = 2
- MOUSE_BUTTON = 3
- JOYSTICK_MOTION = 4
- JOYSTICK_BUTTON = 5
- SCREEN_TOUCH = 6
- SCREEN_DRAG = 7
- ACTION = 8