fixes in Mac modifier keys, remove enet/lua tests
This commit is contained in:
@@ -867,7 +867,7 @@ void ForkLiftDemo::resetForklift()
|
||||
bool ForkLiftDemo::keyboardCallback(int key, int state)
|
||||
{
|
||||
bool handled = false;
|
||||
bool isShiftPressed = m_guiHelper->getAppInterface()->m_window->isModifiedKeyPressed(B3G_SHIFT);
|
||||
bool isShiftPressed = m_guiHelper->getAppInterface()->m_window->isModifierKeyPressed(B3G_SHIFT);
|
||||
|
||||
if (state)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user