We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdedca2 commit 30ac6a3Copy full SHA for 30ac6a3
1 file changed
src/reorder.rs
@@ -22,6 +22,7 @@ fn get_builtin_virtual_priority(method_name: &str) -> u8 {
22
"_exit_tree" => 6,
23
"_input" => 7,
24
"_unhandled_input" => 8,
25
+ "_unhandled_key_input" => 9,
26
"_gui_input" => 9,
27
"_draw" => 10,
28
"_notification" => 11,
0 commit comments