sekito: get terminal to work

This commit is contained in:
2025-09-30 22:17:54 +02:00
parent 67d0513273
commit 3195dbc282
10 changed files with 33 additions and 29 deletions

View File

@ -141,6 +141,10 @@ static void sekito_kb_get_gamebtns(uint32_t* gamebtn_out) {
gamebtn |= SEKITO_IO_GAMEBTN_TERMINAL_RIGHT_2;
}
if (GetAsyncKeyState(config.vk_terminal_reserve) & 0x8000) {
gamebtn |= SEKITO_IO_GAMEBTN_TERMINAL_RESERVE;
}
*gamebtn_out = gamebtn;
}