mirror of
https://github.com/Oibaf66/fbzx-wii.git
synced 2024-11-24 17:16:57 +01:00
Fixed Virtual keyboard in scanlines mode
This commit is contained in:
parent
4ae0ed0c45
commit
5bb3d7ddec
@ -345,4 +345,5 @@ void virtkey_ir_deactivate(void)
|
|||||||
keys[3 * KEY_COLS + 0 ].is_on = 0; //Caps Shit
|
keys[3 * KEY_COLS + 0 ].is_on = 0; //Caps Shit
|
||||||
keys[3 * KEY_COLS + 8 ].is_on = 0; //Sym Shift
|
keys[3 * KEY_COLS + 8 ].is_on = 0; //Sym Shift
|
||||||
key_code=0;
|
key_code=0;
|
||||||
|
clean_screen();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user