diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2021-04-13 04:25:44 -0400 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2021-05-04 04:38:08 -0400 |
commit | 0de9a7d8030a35415e918e9580f5926db4856ea2 (patch) | |
tree | c4308b7250141d48806e7e501c8640fe06034db9 /platform/iphone/display_server_iphone.mm | |
parent | 3fea1707723a211c223f73d71b1243bf2f558d09 (diff) | |
download | redot-engine-0de9a7d8030a35415e918e9580f5926db4856ea2.tar.gz |
Rename `doubleclick` to `double_click`
Diffstat (limited to 'platform/iphone/display_server_iphone.mm')
-rw-r--r-- | platform/iphone/display_server_iphone.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/iphone/display_server_iphone.mm b/platform/iphone/display_server_iphone.mm index b590ce065c..a852bea207 100644 --- a/platform/iphone/display_server_iphone.mm +++ b/platform/iphone/display_server_iphone.mm @@ -222,7 +222,7 @@ void DisplayServerIPhone::_window_callback(const Callable &p_callable, const Var // MARK: Touches -void DisplayServerIPhone::touch_press(int p_idx, int p_x, int p_y, bool p_pressed, bool p_doubleclick) { +void DisplayServerIPhone::touch_press(int p_idx, int p_x, int p_y, bool p_pressed, bool p_double_click) { if (!GLOBAL_DEF("debug/disable_touch", false)) { Ref<InputEventScreenTouch> ev; ev.instance(); |