363738394041424344
/** * @return the input component singleton */ public static Input getInput() { if (m_input == null) { m_input = new InputGDX(); } return m_input; }