let OS handle key modifers (fixes number buttons w/ French keyboard)
This commit is contained in:
@@ -33,7 +33,7 @@ public:
|
||||
|
||||
// Override to return a pretty string that's specific to the controller type.
|
||||
virtual RString GetDeviceSpecificInputString( const DeviceInput &di );
|
||||
virtual char DeviceButtonToChar( DeviceButton button );
|
||||
virtual wchar_t DeviceButtonToChar( DeviceButton button, bool bUseCurrentKeyModifiers );
|
||||
|
||||
// Override to find out whether the controller is currently plugged in.
|
||||
// Not all InputHandlers will support this. Not applicable to all InputHandlers.
|
||||
|
||||
Reference in New Issue
Block a user