AddDeviceStateModifier(DeviceStateModifier *modifier) | gainput::InputManager | |
AddListener(InputListener *listener) | gainput::InputManager | |
begin() | gainput::InputManager | inline |
begin() const | gainput::InputManager | inline |
ConnectForStateSync(const char *ip, unsigned port) | gainput::InputManager | |
const_iterator typedef | gainput::InputManager | |
CreateAndGetDevice(unsigned index=InputDevice::AutoIndex, InputDevice::DeviceVariant variant=InputDevice::DV_STANDARD) | gainput::InputManager | inline |
CreateDevice(unsigned index=InputDevice::AutoIndex, InputDevice::DeviceVariant variant=InputDevice::DV_STANDARD) | gainput::InputManager | inline |
DeviceMap typedef (defined in gainput::InputManager) | gainput::InputManager | |
end() | gainput::InputManager | inline |
end() const | gainput::InputManager | inline |
EnqueueConcurrentChange(InputDevice &device, InputState &state, InputDeltaState *delta, DeviceButtonId buttonId, bool value) (defined in gainput::InputManager) | gainput::InputManager | |
EnqueueConcurrentChange(InputDevice &device, InputState &state, InputDeltaState *delta, DeviceButtonId buttonId, float value) (defined in gainput::InputManager) | gainput::InputManager | |
FindDeviceId(const char *typeName, unsigned index) const | gainput::InputManager | |
FindDeviceId(InputDevice::DeviceType type, unsigned index) const | gainput::InputManager | |
GetAllocator() const | gainput::InputManager | inline |
GetAnyButtonDown(DeviceButtonSpec *outButtons, size_t maxButtonCount) const | gainput::InputManager | |
GetDebugRenderer() const | gainput::InputManager | inline |
GetDevice(DeviceId deviceId) | gainput::InputManager | inline |
GetDevice(DeviceId deviceId) const | gainput::InputManager | inline |
GetDeviceCountByType(InputDevice::DeviceType type) const | gainput::InputManager | |
GetDisplayHeight() const | gainput::InputManager | inline |
GetDisplayWidth() const | gainput::InputManager | inline |
GetTime() const | gainput::InputManager | |
HandleDeviceInput(DeviceInput const &input) (defined in gainput::InputManager) | gainput::InputManager | |
HandleEvent(XEvent &event) | gainput::InputManager | |
HandleInput(AInputEvent *event) | gainput::InputManager | |
HandleMessage(const MSG &msg) | gainput::InputManager | |
InputManager(bool useSystemTime=true, Allocator &allocator=GetDefaultAllocator()) | gainput::InputManager | |
IsDebugRenderingEnabled() const | gainput::InputManager | inline |
iterator typedef | gainput::InputManager | |
RemoveDeviceStateModifier(ModifierId modifierId) | gainput::InputManager | |
RemoveListener(ListenerId listenerId) | gainput::InputManager | |
ReorderListeners() | gainput::InputManager | |
SetDebugRenderer(DebugRenderer *debugRenderer) | gainput::InputManager | |
SetDebugRenderingEnabled(bool enabled) | gainput::InputManager | |
SetDisplaySize(int width, int height) | gainput::InputManager | inline |
StartDeviceStateSync(DeviceId deviceId) | gainput::InputManager | |
Update() | gainput::InputManager | |
Update(uint64_t deltaTime) | gainput::InputManager | |
~InputManager() | gainput::InputManager | |