9 ,
public Toshi::TSingleton<AInputHandler>
27 TBOOL ProcessInputEvent( Toshi::TInputInterface* a_pInputInterface, Toshi::TInputInterface::InputEvent* a_pEvent );
30 Toshi::TInputDeviceMouse* m_pMouseDevice;
31 Toshi::TInputDeviceKeyboard* m_pKeyboardDevice;
32 Toshi::T2Vector<Toshi::TInputDevice*, 8> m_Devices;
33 Toshi::TInputDeviceController* m_pMainController;
35 Toshi::TListener<Toshi::TInputInterface, Toshi::TInputInterface::InputEvent, AInputHandler> m_InputListener;
39 TBOOL m_bHadInputLastFrame;