Fix alt release after alt-tab

This commit is contained in:
luboslenco
2025-12-19 10:28:43 +01:00
parent c496cde582
commit e8c8d5d4b2
+2 -2
View File
@@ -73,8 +73,8 @@ function base_init() {
function() {}, // Pause
function() { // Background
// Release keys after alt-tab / win-tab
keyboard_up_listener(key_code_t.ALT);
keyboard_up_listener(key_code_t.WIN);
_key_up(key_code_t.ALT, null);
_key_up(key_code_t.WIN, null);
},
function() { // Shutdown
/// if (arm_android || arm_ios)