diff options
author | Andrey Nazarov <skuller@skuller.net> | 2007-12-20 08:22:52 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2007-12-20 08:22:52 +0000 |
commit | 0817feeab90886b7c4379bc9fa54f67154c40172 (patch) | |
tree | e2e70640031471364e754b73d3e5f8cfc06e3e9d /source/cl_null.c | |
parent | d79575b7dee3903b73316b4e2bf1cceb693b983b (diff) |
Added support for left/right SHIFT, CTRL, ALT modifiers on Windows.
ALT key now works as expected on Windows (do not pass WM_SYSKEYDOW to DefWindowProc).
Updated revision to 168.
Diffstat (limited to 'source/cl_null.c')
-rw-r--r-- | source/cl_null.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_null.c b/source/cl_null.c index 62df58a..278b857 100644 --- a/source/cl_null.c +++ b/source/cl_null.c @@ -98,7 +98,7 @@ void CL_AppActivate( qboolean active ) { void Key_WriteBindings( fileHandle_t f ) { } -void Key_Event( uint32 key, qboolean down, uint32 time ) { +void Key_Event( unsigned key, qboolean down, unsigned time ) { } void Key_CharEvent( int key ) { |