mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 05:27:58 +00:00
Add baseVertex to drawIndexed; add ESpecialKey::Tab
This commit is contained in:
@@ -1006,6 +1006,8 @@ static boo::ESpecialKey translateKeycode(short code) {
|
||||
return boo::ESpecialKey::Up;
|
||||
case kVK_DownArrow:
|
||||
return boo::ESpecialKey::Down;
|
||||
case kVK_Tab:
|
||||
return boo::ESpecialKey::Tab;
|
||||
default:
|
||||
return boo::ESpecialKey::None;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user