activated_ | Urho3D::Input | private |
active_ | Urho3D::Input | private |
AddRef() | Urho3D::RefCounted | |
CloseJoystick(unsigned index) | Urho3D::Input | |
context_ | Urho3D::Object | protected |
DetectJoysticks() | Urho3D::Input | |
GetContext() const | Urho3D::Object | inline |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetJoystick(unsigned index) | Urho3D::Input | |
GetJoystickName(unsigned index) const | Urho3D::Input | |
GetKeyDown(int key) const | Urho3D::Input | |
GetKeyPress(int key) const | Urho3D::Input | |
GetMouseButtonDown(int button) const | Urho3D::Input | |
GetMouseButtonPress(int button) const | Urho3D::Input | |
GetMouseMove() const | Urho3D::Input | inline |
GetMouseMoveWheel() const | Urho3D::Input | inline |
GetMouseMoveX() const | Urho3D::Input | inline |
GetMouseMoveY() const | Urho3D::Input | inline |
GetMousePosition() const | Urho3D::Input | |
GetNumJoysticks() const | Urho3D::Input | inline |
GetNumTouches() const | Urho3D::Input | inline |
GetQualifierDown(int qualifier) const | Urho3D::Input | |
GetQualifierPress(int qualifier) const | Urho3D::Input | |
GetQualifiers() const | Urho3D::Input | |
GetSubsystem(ShortStringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetToggleFullscreen() const | Urho3D::Input | inline |
GetTouch(unsigned index) const | Urho3D::Input | |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
graphics_ | Urho3D::Input | private |
HandleBeginFrame(StringHash eventType, VariantMap &eventData) | Urho3D::Input | private |
HandleScreenMode(StringHash eventType, VariantMap &eventData) | Urho3D::Input | private |
HandleSDLEvent(void *sdlEvent) | Urho3D::Input | privatestatic |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
Initialize() | Urho3D::Input | private |
initialized_ | Urho3D::Input | private |
Input(Context *context) | Urho3D::Input | |
IsActive() | Urho3D::Input | inline |
IsMinimized() const | Urho3D::Input | |
IsMouseVisible() const | Urho3D::Input | inline |
joysticks_ | Urho3D::Input | private |
keyDown_ | Urho3D::Input | private |
keyPress_ | Urho3D::Input | private |
lastMousePosition_ | Urho3D::Input | private |
MakeActive() | Urho3D::Input | private |
MakeInactive() | Urho3D::Input | private |
minimized_ | Urho3D::Input | private |
mouseButtonDown_ | Urho3D::Input | private |
mouseButtonPress_ | Urho3D::Input | private |
mouseMove_ | Urho3D::Input | private |
mouseMoveWheel_ | Urho3D::Input | private |
mouseVisible_ | Urho3D::Input | private |
Object(Context *context) | Urho3D::Object | |
OBJECT(Input) (defined in Urho3D::Input) | Urho3D::Input | private |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
OpenJoystick(unsigned index) | Urho3D::Input | |
RefCounted() | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
ReleaseRef() | Urho3D::RefCounted | |
ResetJoysticks() | Urho3D::Input | private |
ResetState() | Urho3D::Input | private |
SendActivationEvent() | Urho3D::Input | private |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SetKey(int key, bool newState) | Urho3D::Input | private |
SetMouseButton(int button, bool newState) | Urho3D::Input | private |
SetMousePosition(const IntVector2 &position) | Urho3D::Input | private |
SetMouseVisible(bool enable) | Urho3D::Input | |
SetMouseWheel(int delta) | Urho3D::Input | private |
SetToggleFullscreen(bool enable) | Urho3D::Input | |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
suppressNextMouseMove_ | Urho3D::Input | private |
toggleFullscreen_ | Urho3D::Input | private |
touches_ | Urho3D::Input | private |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData) | Urho3D::Object | |
UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
Update() | Urho3D::Input | |
WeakRefs() const | Urho3D::RefCounted | |
windowID_ | Urho3D::Input | private |
~Input() | Urho3D::Input | virtual |
~Object() | Urho3D::Object | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |