mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-07 23:20:36 -04:00
libs compiles
This commit is contained in:
parent
1b0f7fe0c2
commit
a7278bac40
121 changed files with 1528 additions and 1731 deletions
|
@ -16,8 +16,8 @@ HKL english_layout=NULL;
|
|||
#define GET_Y_LPARAM(lp) ((int)(short)HIWORD(lp))
|
||||
|
||||
|
||||
static unsigned long keyqueue[MAX_KEYQUEUE];
|
||||
static unsigned long keyqueuelen=0;
|
||||
static uint32_t keyqueue[MAX_KEYQUEUE];
|
||||
static uint32_t keyqueuelen=0;
|
||||
static char wheel_mapping[2]={'Q','I'};
|
||||
static BOOL noextra;
|
||||
MS_EVENT win_mouseEvent;
|
||||
|
@ -143,7 +143,7 @@ void WaitMsgQueue()
|
|||
CheckMessageQueue();
|
||||
}
|
||||
|
||||
unsigned long _bios_keybrd(int mode)
|
||||
uint32_t _bios_keybrd(int mode)
|
||||
{
|
||||
repeat:
|
||||
if (keyqueuelen)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue