mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
ioq3 updates
This commit is contained in:
parent
f013e82b98
commit
dc45c33c79
65 changed files with 1660 additions and 301 deletions
|
@ -661,7 +661,7 @@ qboolean UIWindowManager::KeyEvent
|
|||
{
|
||||
UIWidget *selwidget = NULL;
|
||||
|
||||
if( key == K_TAB && ( uii.Sys_IsKeyDown( K_LCTRL ) || uii.Sys_IsKeyDown( K_DEL ) ) )
|
||||
if( key == K_TAB && ( uii.Sys_IsKeyDown( K_CTRL ) || uii.Sys_IsKeyDown( K_DEL ) ) )
|
||||
{
|
||||
UIWidget *wid;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue