2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:47:43 +00:00

Kerning fixes

This commit is contained in:
Jack Andersen
2015-12-01 20:13:43 -10:00
parent fe4750f125
commit b431ba8686
5 changed files with 19 additions and 19 deletions

View File

@@ -92,6 +92,8 @@ void RootView::charKeyUp(unsigned long charCode, boo::EModifierKey mods)
void RootView::specialKeyDown(boo::ESpecialKey key, boo::EModifierKey mods, bool isRepeat)
{
if (key == boo::ESpecialKey::Enter && (mods & boo::EModifierKey::Alt) != boo::EModifierKey::None)
m_window->setFullscreen(!m_window->isFullscreen());
}
void RootView::specialKeyUp(boo::ESpecialKey key, boo::EModifierKey mods)