1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

[3.2] Block WM_MOUSEMOVE during Windows Ink pen handling.

This commit is contained in:
bruvzg
2020-05-22 10:44:23 +03:00
parent b6c551e864
commit 28aabf4f73
4 changed files with 48 additions and 9 deletions

View File

@@ -266,7 +266,7 @@ void Main::print_help(const char *p_binary) {
for (int i = 0; i < OS::get_singleton()->get_tablet_driver_count(); i++) {
if (i != 0)
OS::get_singleton()->print(", ");
OS::get_singleton()->print("'%s'", OS::get_singleton()->get_tablet_driver_name(i));
OS::get_singleton()->print("'%s'", OS::get_singleton()->get_tablet_driver_name(i).utf8().get_data());
}
OS::get_singleton()->print(") (Windows only).\n");
OS::get_singleton()->print("\n");