Working win32 API implementation with mouse
(no keyboard yet)
This commit is contained in:
@@ -807,4 +807,8 @@ word Key_for_scancode(word scancode)
|
||||
{
|
||||
return scancode;
|
||||
}
|
||||
word Get_Key_modifiers(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user