Beispiel #1
0
 void handleSpaceDown()
 {
     if (m_CurrentInteractible != null)
     {
         m_CurrentInteractible.keyDown();
     }
 }