aboutsummaryrefslogtreecommitdiff
path: root/core/os/input.cpp
diff options
context:
space:
mode:
authorAndreas Haas2017-03-19 09:20:20 +0100
committerAndreas Haas2017-03-19 09:20:44 +0100
commita69e449782214c6108303af782c8aa321e5b11ea (patch)
treeaca1d1bd48c26a0198b59246948a562d7315b91d /core/os/input.cpp
parent7eb8a67025c04e8a72c219944e14432f38ad5135 (diff)
downloadgodot-a69e449782214c6108303af782c8aa321e5b11ea.tar.gz
godot-a69e449782214c6108303af782c8aa321e5b11ea.tar.zst
godot-a69e449782214c6108303af782c8aa321e5b11ea.zip
Diffstat (limited to 'core/os/input.cpp')
-rw-r--r--core/os/input.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/os/input.cpp b/core/os/input.cpp
index 63efbe4d1..22ca94d44 100644
--- a/core/os/input.cpp
+++ b/core/os/input.cpp
@@ -83,6 +83,7 @@ void Input::_bind_methods() {
ClassDB::bind_method(D_METHOD("action_press", "action"), &Input::action_press);
ClassDB::bind_method(D_METHOD("action_release", "action"), &Input::action_release);
ClassDB::bind_method(D_METHOD("set_custom_mouse_cursor", "image:Texture", "hotspot"), &Input::set_custom_mouse_cursor, DEFVAL(Vector2()));
+ ClassDB::bind_method(D_METHOD("parse_input_event", "event"), &Input::parse_input_event);
BIND_CONSTANT(MOUSE_MODE_VISIBLE);
BIND_CONSTANT(MOUSE_MODE_HIDDEN);