ProtoZed
awesome branch
A simple but powerful game framework
|
This is the complete list of members for PZ::Input, including all inherited members.
EmitEvent(const Event &e) const | PZ::EventHandler | |
EventHandler() | PZ::EventHandler | |
GetApplication() const | PZ::System | inlineprotected |
GetJoystickAxis(unsigned int joyId, Joy::Axis axis) const =0 | PZ::Input | pure virtual |
GetMouseX() const =0 | PZ::Input | pure virtual |
GetMouseY() const =0 | PZ::Input | pure virtual |
GetType() const | PZ::System | inline |
HandleEvent(const Event &e) | PZ::EventHandler | |
Input(const SystemType &type, Application &application) | PZ::Input | inline |
IsJoystickButtonDown(unsigned int joyId, unsigned int button) const =0 | PZ::Input | pure virtual |
IsKeyDown(Key::Code keyCode) const =0 | PZ::Input | pure virtual |
IsMouseButtonDown(Mouse::Button button) const =0 | PZ::Input | pure virtual |
IsStarted() const | PZ::System | inline |
NonCopyable() | PZ::NonCopyable | inlineprotected |
RegisterEvent(T *obj, void(T::*memFn)(EventT &)) | PZ::EventHandler | inline |
Start() | PZ::System | inlinevirtual |
Stop() | PZ::System | inlinevirtual |
SubscribeTo(EventHandler &handler) | PZ::EventHandler | |
System(const SystemType &type, Application &application) | PZ::System | inline |
UnregisterEvent(T *obj, void(T::*memFn)(EventT &)) | PZ::EventHandler | inline |
UnsubscribeTo(EventHandler &handler) | PZ::EventHandler | |
Update(float deltaTime)=0 | PZ::Input | pure virtual |
~EventHandler() | PZ::EventHandler | virtual |
~Input() | PZ::Input | inlinevirtual |
~System() | PZ::System | inlinevirtual |