mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 13:37:48 +00:00
Add baseVertex to drawIndexed; add ESpecialKey::Tab
This commit is contained in:
@@ -147,6 +147,8 @@ static char translateKeysym(XKeyEvent* ev, ESpecialKey& specialSym, EModifierKey
|
||||
specialSym = ESpecialKey::Up;
|
||||
else if (sym == XK_Down)
|
||||
specialSym = ESpecialKey::Down;
|
||||
else if (sym == XK_Tab)
|
||||
specialSym = ESpecialKey::Tab;
|
||||
else if (sym == XK_Shift_L || sym == XK_Shift_R)
|
||||
modifierSym = EModifierKey::Shift;
|
||||
else if (sym == XK_Control_L || sym == XK_Control_R)
|
||||
|
||||
Reference in New Issue
Block a user