AddRef() | Urho3D::RefCounted | |
AddScreenJoystick(XMLFile *layoutFile=nullptr, XMLFile *styleFile=nullptr) | Urho3D::Input | |
availableTouchIDs_ | Urho3D::Input | private |
blockEvents_ | Urho3D::Object | private |
Cast() | Urho3D::Object | inline |
Cast() const | Urho3D::Object | inline |
CenterMousePosition() | Urho3D::Input | |
context_ | Urho3D::Object | protected |
eventHandlers_ | Urho3D::Object | private |
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
focusedThisFrame_ | Urho3D::Input | private |
GainFocus() | Urho3D::Input | private |
GetBlockEvents() const | Urho3D::Object | inline |
GetCategory() const | Urho3D::Object | |
GetContext() const | Urho3D::Object | inline |
GetEventDataMap() const | Urho3D::Object | |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetGlobalVar(StringHash key) const | Urho3D::Object | |
GetGlobalVars() const | Urho3D::Object | |
GetInputScale() const | Urho3D::Input | inline |
GetJoystick(SDL_JoystickID id) | Urho3D::Input | |
GetJoystickByIndex(i32 index) | Urho3D::Input | |
GetJoystickByName(const String &name) | Urho3D::Input | |
GetKeyDown(Key key) const | Urho3D::Input | |
GetKeyFromName(const String &name) const | Urho3D::Input | |
GetKeyFromScancode(Scancode scancode) const | Urho3D::Input | |
GetKeyName(Key key) const | Urho3D::Input | |
GetKeyPress(Key key) const | Urho3D::Input | |
GetMouseButtonDown(MouseButtonFlags button) const | Urho3D::Input | |
GetMouseButtonPress(MouseButtonFlags button) const | Urho3D::Input | |
GetMouseMode() const | Urho3D::Input | inline |
GetMouseMove() const | Urho3D::Input | |
GetMouseMoveWheel() const | Urho3D::Input | inline |
GetMouseMoveX() const | Urho3D::Input | |
GetMouseMoveY() const | Urho3D::Input | |
GetMousePosition() const | Urho3D::Input | |
GetNumJoysticks() const | Urho3D::Input | inline |
GetNumTouches() const | Urho3D::Input | inline |
GetQualifierDown(Qualifier qualifier) const | Urho3D::Input | |
GetQualifierPress(Qualifier qualifier) const | Urho3D::Input | |
GetQualifiers() const | Urho3D::Input | |
GetScancodeDown(Scancode scancode) const | Urho3D::Input | |
GetScancodeFromKey(Key key) const | Urho3D::Input | |
GetScancodeFromName(const String &name) const | Urho3D::Input | |
GetScancodeName(Scancode scancode) const | Urho3D::Input | |
GetScancodePress(Scancode scancode) const | Urho3D::Input | |
GetScreenKeyboardSupport() const | Urho3D::Input | |
GetSubsystem(StringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetToggleFullscreen() const | Urho3D::Input | inline |
GetTouch(i32 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 | explicit |
inputFocus_ | Urho3D::Input | private |
inputScale_ | 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 |
IsMouseLocked() const | Urho3D::Input | |
IsMouseVisible() const | Urho3D::Input | inline |
IsScreenJoystickVisible(SDL_JoystickID id) const | Urho3D::Input | |
IsScreenKeyboardVisible() const | Urho3D::Input | |
joysticks_ | Urho3D::Input | private |
keyDown_ | Urho3D::Input | private |
keyPress_ | Urho3D::Input | private |
lastMouseGrabbed_ | Urho3D::Input | private |
lastMouseMode_ | 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 |
mouseMoveScaled_ | Urho3D::Input | private |
mouseMoveWheel_ | Urho3D::Input | private |
mouseVisible_ | Urho3D::Input | private |
Object(Context *context) | Urho3D::Object | explicit |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
OpenJoystick(i32 index) | Urho3D::Input | private |
operator=(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
PopTouchIndex() | Urho3D::Input | private |
PushTouchIndex(int touchID) | Urho3D::Input | private |
RecordGesture() | Urho3D::Input | |
refCount_ | Urho3D::RefCounted | private |
RefCounted() | Urho3D::RefCounted | |
RefCounted(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
ReleaseRef() | Urho3D::RefCounted | |
RemoveAllGestures() | Urho3D::Input | |
RemoveEventSender(Object *sender) | Urho3D::Object | private |
RemoveGesture(unsigned gestureID) | Urho3D::Input | |
RemoveScreenJoystick(SDL_JoystickID id) | Urho3D::Input | |
ResetInputAccumulation() | Urho3D::Input | private |
ResetJoysticks() | Urho3D::Input | private |
ResetMouseGrabbed() | Urho3D::Input | |
ResetMouseMode() | Urho3D::Input | |
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 |
sdlMouseRelative_ | Urho3D::Input | private |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SendEvent(StringHash eventType, Args... args) | Urho3D::Object | inline |
SendInputFocusEvent() | Urho3D::Input | private |
SetBlockEvents(bool block) | Urho3D::Object | inline |
SetGlobalVar(StringHash key, const Variant &value) | Urho3D::Object | |
SetKey(Key key, Scancode scancode, bool newState) | Urho3D::Input | private |
SetMouseButton(MouseButton button, bool newState, int clicks) | Urho3D::Input | private |
SetMouseGrabbed(bool grab, bool suppressEvent=false) | Urho3D::Input | |
SetMouseMode(MouseMode mode, bool suppressEvent=false) | Urho3D::Input | |
SetMouseModeAbsolute(SDL_bool enable) | Urho3D::Input | private |
SetMouseModeRelative(SDL_bool enable) | Urho3D::Input | private |
SetMousePosition(const IntVector2 &position) | Urho3D::Input | |
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 | |
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
SuppressNextMouseMove() | Urho3D::Input | private |
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 Vector< StringHash > &exceptions, bool onlyUserData) | Urho3D::Object | |
UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
UnsuppressMouseMove() | Urho3D::Input | private |
Update() | Urho3D::Input | |
URHO3D_OBJECT(Input, Object) (defined in Urho3D::Input) | Urho3D::Input | private |
WeakRefs() const | Urho3D::RefCounted | |
windowID_ | Urho3D::Input | private |
~Input() override | Urho3D::Input | |
~Object() override | Urho3D::Object | |
~RefCounted() | Urho3D::RefCounted | virtual |