Skip to content

Commit 30ac6a3

Browse files
committed
Add _unhandled_key_input to list of built in functions
Close #194
1 parent bdedca2 commit 30ac6a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/reorder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ fn get_builtin_virtual_priority(method_name: &str) -> u8 {
2222
"_exit_tree" => 6,
2323
"_input" => 7,
2424
"_unhandled_input" => 8,
25+
"_unhandled_key_input" => 9,
2526
"_gui_input" => 9,
2627
"_draw" => 10,
2728
"_notification" => 11,

0 commit comments

Comments
 (0)