add international keyboard support

This commit is contained in:
Chris Danford
2006-06-11 07:12:01 +00:00
parent b79cb92052
commit e2eb5135e5
5 changed files with 383 additions and 24 deletions
@@ -35,6 +35,7 @@ public:
bool DevicesChanged() { LockMut( m_ChangeLock ); return m_bChanged; }
void GetDevicesAndDescriptions( vector<InputDeviceInfo>& vDevicesOut );
RString GetDeviceSpecificInputString( const DeviceInput &di );
wchar_t DeviceButtonToChar( DeviceButton button, bool bUseCurrentKeyModifiers );
static void QueueCallBack( void *target, int result, void *refcon, void *sender );
};