AddRef() | Urho3D::RefCounted | |
AddScreenJoystick(XMLFile *layoutFile=0, XMLFile *styleFile=0) | Urho3D::Input | |
availableTouchIDs_ | Urho3D::Input | private |
context_ | Urho3D::Object | protected |
focusedThisFrame_ | Urho3D::Input | private |
GainFocus() | Urho3D::Input | private |
GetCategory() const | Urho3D::Object | |
GetContext() const | Urho3D::Object | inline |
GetEventDataMap() const | Urho3D::Object | |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetJoystick(SDL_JoystickID id) | Urho3D::Input | |
GetJoystickByIndex(unsigned index) | Urho3D::Input | |
GetKeyDown(int key) const | Urho3D::Input | |
GetKeyFromName(const String &name) const | Urho3D::Input | |
GetKeyFromScancode(int scancode) const | Urho3D::Input | |
GetKeyName(int key) const | Urho3D::Input | |
GetKeyPress(int key) const | Urho3D::Input | |
GetMouseButtonDown(int button) const | Urho3D::Input | |
GetMouseButtonPress(int button) const | Urho3D::Input | |
GetMouseMode() const | Urho3D::Input | inline |
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 | |
GetScancodeDown(int scancode) const | Urho3D::Input | |
GetScancodeFromKey(int key) const | Urho3D::Input | |
GetScancodeFromName(const String &name) const | Urho3D::Input | |
GetScancodeName(int scancode) const | Urho3D::Input | |
GetScancodePress(int scancode) const | Urho3D::Input | |
GetScreenKeyboardSupport() const | Urho3D::Input | |
GetSubsystem(StringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetToggleFullscreen() const | Urho3D::Input | inline |
GetTouch(unsigned index) const | Urho3D::Input | |
GetTouchEmulation() const | Urho3D::Input | inline |
GetTouchIndexFromID(int touchID) | Urho3D::Input | private |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeInfo() const =0 | Urho3D::Object | pure virtual |
GetTypeInfoStatic() | Urho3D::Object | inlinestatic |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
graphics_ | Urho3D::Input | private |
HandleBeginFrame(StringHash eventType, VariantMap &eventData) | Urho3D::Input | private |
HandleScreenJoystickTouch(StringHash eventType, VariantMap &eventData) | Urho3D::Input | private |
HandleScreenMode(StringHash eventType, VariantMap &eventData) | Urho3D::Input | private |
HandleSDLEvent(void *sdlEvent) | Urho3D::Input | private |
HasEventHandlers() const | Urho3D::Object | inline |
HasFocus() | Urho3D::Input | inline |
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 | |
inputFocus_ | Urho3D::Input | private |
inResize_ | Urho3D::Input | private |
IsInstanceOf(StringHash type) const | Urho3D::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Urho3D::Object | |
IsInstanceOf() const | Urho3D::Object | inline |
IsMinimized() const | Urho3D::Input | |
IsMouseGrabbed() const | Urho3D::Input | inline |
IsMouseVisible() const | Urho3D::Input | inline |
IsScreenJoystickVisible(SDL_JoystickID id) const | Urho3D::Input | |
IsScreenKeyboardVisible() const | Urho3D::Input | |
IsTypeOf(StringHash type) | Urho3D::Object | static |
IsTypeOf(const TypeInfo *typeInfo) | Urho3D::Object | static |
IsTypeOf() | Urho3D::Object | inlinestatic |
joysticks_ | Urho3D::Input | private |
keyDown_ | Urho3D::Input | private |
keyPress_ | Urho3D::Input | private |
lastMousePosition_ | Urho3D::Input | private |
lastMouseVisible_ | Urho3D::Input | private |
lastVisibleMousePosition_ | Urho3D::Input | private |
LoadGestures(Deserializer &source) | Urho3D::Input | |
LoseFocus() | Urho3D::Input | private |
minimized_ | Urho3D::Input | private |
mouseButtonDown_ | Urho3D::Input | private |
mouseButtonPress_ | Urho3D::Input | private |
mouseGrabbed_ | Urho3D::Input | private |
mouseMode_ | Urho3D::Input | private |
mouseMove_ | Urho3D::Input | private |
mouseMoveWheel_ | Urho3D::Input | private |
mouseVisible_ | Urho3D::Input | private |
Object(Context *context) | Urho3D::Object | |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
OpenJoystick(unsigned index) | Urho3D::Input | private |
PopTouchIndex() | Urho3D::Input | private |
PushTouchIndex(int touchID) | Urho3D::Input | private |
RecordGesture() | Urho3D::Input | |
RefCounted() | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
ReleaseRef() | Urho3D::RefCounted | |
RemoveAllGestures() | Urho3D::Input | |
RemoveGesture(unsigned gestureID) | Urho3D::Input | |
RemoveScreenJoystick(SDL_JoystickID id) | Urho3D::Input | |
ResetJoysticks() | Urho3D::Input | private |
ResetMouseVisible() | Urho3D::Input | |
ResetState() | Urho3D::Input | private |
ResetTouches() | Urho3D::Input | private |
SaveGesture(Serializer &dest, unsigned gestureID) | Urho3D::Input | |
SaveGestures(Serializer &dest) | Urho3D::Input | |
scancodeDown_ | Urho3D::Input | private |
scancodePress_ | Urho3D::Input | private |
screenModeChanged_ | Urho3D::Input | private |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SendInputFocusEvent() | Urho3D::Input | private |
SetKey(int key, int scancode, unsigned raw, bool newState) | Urho3D::Input | private |
SetMouseButton(int button, bool newState) | Urho3D::Input | private |
SetMouseGrabbed(bool grab) | Urho3D::Input | |
SetMouseMode(MouseMode mode) | Urho3D::Input | |
SetMousePosition(const IntVector2 &position) | Urho3D::Input | private |
SetMouseVisible(bool enable, bool suppressEvent=false) | Urho3D::Input | |
SetMouseWheel(int delta) | Urho3D::Input | private |
SetScreenJoystickVisible(SDL_JoystickID id, bool enable) | Urho3D::Input | |
SetScreenKeyboardVisible(bool enable) | Urho3D::Input | |
SetToggleFullscreen(bool enable) | Urho3D::Input | |
SetTouchEmulation(bool enable) | Urho3D::Input | |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
suppressNextMouseMove_ | Urho3D::Input | private |
textInput_ | Urho3D::Input | private |
toggleFullscreen_ | Urho3D::Input | private |
touchEmulation_ | Urho3D::Input | private |
touches_ | Urho3D::Input | private |
touchIDMap_ | 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 | |
URHO3D_OBJECT(Input, Object) (defined in Urho3D::Input) | Urho3D::Input | private |
WeakRefs() const | Urho3D::RefCounted | |
windowID_ | Urho3D::Input | private |
~Input() | Urho3D::Input | virtual |
~Object() | Urho3D::Object | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |