one of these days, I'd like for Caps Lock to work...
This commit is contained in:
@@ -733,6 +733,7 @@ wchar_t InputHandler_DInput::DeviceButtonToChar( DeviceButton button, bool bUseC
|
||||
ZERO( keys );
|
||||
if( bUseCurrentKeyModifiers )
|
||||
GetKeyboardState(keys);
|
||||
// todo: handle Caps Lock -freem
|
||||
wchar_t c = ScancodeAndKeysToChar( i->ofs, keys );
|
||||
if( c )
|
||||
return c;
|
||||
|
||||
Reference in New Issue
Block a user