Merge pull request #105015 from syntaxerror247/improve-touchActionsPanel

Android Editor: Add an editor setting to enable/disable `TouchActionsPanel`
This commit is contained in:
Thaddeus Crews 2025-04-07 08:43:24 -05:00
commit 1b9f269700
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
16 changed files with 73 additions and 11 deletions

View file

@ -1033,6 +1033,7 @@ void DisplayServer::_bind_methods() {
ClassDB::bind_method(D_METHOD("virtual_keyboard_get_height"), &DisplayServer::virtual_keyboard_get_height);
ClassDB::bind_method(D_METHOD("has_hardware_keyboard"), &DisplayServer::has_hardware_keyboard);
ClassDB::bind_method(D_METHOD("set_hardware_keyboard_connection_change_callback", "callable"), &DisplayServer::set_hardware_keyboard_connection_change_callback);
ClassDB::bind_method(D_METHOD("cursor_set_shape", "shape"), &DisplayServer::cursor_set_shape);
ClassDB::bind_method(D_METHOD("cursor_get_shape"), &DisplayServer::cursor_get_shape);