| AddRef() | Dviglo::RefCounted | |
| AddScreenJoystick(XMLFile *layoutFile=nullptr, XMLFile *styleFile=nullptr) | Dviglo::Input | |
| availableTouchIDs_ | Dviglo::Input | private |
| blockEvents_ | Dviglo::Object | private |
| Cast() | Dviglo::Object | inline |
| Cast() const | Dviglo::Object | inline |
| CenterMousePosition() | Dviglo::Input | |
| context_ | Dviglo::Object | protected |
| eventHandlers_ | Dviglo::Object | private |
| FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
| FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Dviglo::Object | private |
| FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
| focusedThisFrame_ | Dviglo::Input | private |
| GainFocus() | Dviglo::Input | private |
| GetBlockEvents() const | Dviglo::Object | inline |
| GetCategory() const | Dviglo::Object | |
| GetContext() const | Dviglo::Object | inline |
| GetEventDataMap() const | Dviglo::Object | |
| GetEventHandler() const | Dviglo::Object | |
| GetEventSender() const | Dviglo::Object | |
| GetGlobalVar(StringHash key) const | Dviglo::Object | |
| GetGlobalVars() const | Dviglo::Object | |
| GetInputScale() const | Dviglo::Input | inline |
| GetJoystick(SDL_JoystickID id) | Dviglo::Input | |
| GetJoystickByIndex(unsigned index) | Dviglo::Input | |
| GetJoystickByName(const String &name) | Dviglo::Input | |
| GetKeyDown(Key key) const | Dviglo::Input | |
| GetKeyFromName(const String &name) const | Dviglo::Input | |
| GetKeyFromScancode(Scancode scancode) const | Dviglo::Input | |
| GetKeyName(Key key) const | Dviglo::Input | |
| GetKeyPress(Key key) const | Dviglo::Input | |
| GetMouseButtonDown(MouseButtonFlags button) const | Dviglo::Input | |
| GetMouseButtonPress(MouseButtonFlags button) const | Dviglo::Input | |
| GetMouseMode() const | Dviglo::Input | inline |
| GetMouseMove() const | Dviglo::Input | |
| GetMouseMoveWheel() const | Dviglo::Input | inline |
| GetMouseMoveX() const | Dviglo::Input | |
| GetMouseMoveY() const | Dviglo::Input | |
| GetMousePosition() const | Dviglo::Input | |
| GetNumJoysticks() const | Dviglo::Input | inline |
| GetNumTouches() const | Dviglo::Input | inline |
| GetQualifierDown(Qualifier qualifier) const | Dviglo::Input | |
| GetQualifierPress(Qualifier qualifier) const | Dviglo::Input | |
| GetQualifiers() const | Dviglo::Input | |
| GetScancodeDown(Scancode scancode) const | Dviglo::Input | |
| GetScancodeFromKey(Key key) const | Dviglo::Input | |
| GetScancodeFromName(const String &name) const | Dviglo::Input | |
| GetScancodeName(Scancode scancode) const | Dviglo::Input | |
| GetScancodePress(Scancode scancode) const | Dviglo::Input | |
| GetScreenKeyboardSupport() const | Dviglo::Input | |
| GetSubsystem(StringHash type) const | Dviglo::Object | |
| GetSubsystem() const | Dviglo::Object | |
| GetToggleFullscreen() const | Dviglo::Input | inline |
| GetTouch(unsigned index) const | Dviglo::Input | |
| GetTouchEmulation() const | Dviglo::Input | inline |
| GetTouchIndexFromID(int touchID) | Dviglo::Input | private |
| GetType() const =0 | Dviglo::Object | pure virtual |
| GetTypeInfo() const =0 | Dviglo::Object | pure virtual |
| GetTypeInfoStatic() | Dviglo::Object | inlinestatic |
| GetTypeName() const =0 | Dviglo::Object | pure virtual |
| graphics_ | Dviglo::Input | private |
| HandleBeginFrame(StringHash eventType, VariantMap &eventData) | Dviglo::Input | private |
| HandleScreenJoystickTouch(StringHash eventType, VariantMap &eventData) | Dviglo::Input | private |
| HandleScreenMode(StringHash eventType, VariantMap &eventData) | Dviglo::Input | private |
| HandleSDLEvent(void *sdlEvent) | Dviglo::Input | private |
| HasEventHandlers() const | Dviglo::Object | inline |
| HasFocus() | Dviglo::Input | inline |
| HasSubscribedToEvent(StringHash eventType) const | Dviglo::Object | |
| HasSubscribedToEvent(Object *sender, StringHash eventType) const | Dviglo::Object | |
| Initialize() | Dviglo::Input | private |
| initialized_ | Dviglo::Input | private |
| Input(Context *context) | Dviglo::Input | explicit |
| inputFocus_ | Dviglo::Input | private |
| inputScale_ | Dviglo::Input | private |
| IsInstanceOf(StringHash type) const | Dviglo::Object | |
| IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
| IsInstanceOf() const | Dviglo::Object | inline |
| IsMinimized() const | Dviglo::Input | |
| IsMouseGrabbed() const | Dviglo::Input | inline |
| IsMouseLocked() const | Dviglo::Input | |
| IsMouseVisible() const | Dviglo::Input | inline |
| IsScreenJoystickVisible(SDL_JoystickID id) const | Dviglo::Input | |
| IsScreenKeyboardVisible() const | Dviglo::Input | |
| joysticks_ | Dviglo::Input | private |
| keyDown_ | Dviglo::Input | private |
| keyPress_ | Dviglo::Input | private |
| lastMouseGrabbed_ | Dviglo::Input | private |
| lastMouseMode_ | Dviglo::Input | private |
| lastMousePosition_ | Dviglo::Input | private |
| lastMouseVisible_ | Dviglo::Input | private |
| lastVisibleMousePosition_ | Dviglo::Input | private |
| LoadGestures(Deserializer &source) | Dviglo::Input | |
| LoseFocus() | Dviglo::Input | private |
| minimized_ | Dviglo::Input | private |
| mouseButtonDown_ | Dviglo::Input | private |
| mouseButtonPress_ | Dviglo::Input | private |
| mouseGrabbed_ | Dviglo::Input | private |
| mouseMode_ | Dviglo::Input | private |
| mouseMove_ | Dviglo::Input | private |
| mouseMoveScaled_ | Dviglo::Input | private |
| mouseMoveWheel_ | Dviglo::Input | private |
| mouseVisible_ | Dviglo::Input | private |
| Object(Context *context) | Dviglo::Object | explicit |
| OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Dviglo::Object | virtual |
| OpenJoystick(unsigned index) | Dviglo::Input | private |
| operator=(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| PopTouchIndex() | Dviglo::Input | private |
| PushTouchIndex(int touchID) | Dviglo::Input | private |
| RecordGesture() | Dviglo::Input | |
| refCount_ | Dviglo::RefCounted | private |
| RefCounted() | Dviglo::RefCounted | |
| RefCounted(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| RefCountPtr() | Dviglo::RefCounted | inline |
| Refs() const | Dviglo::RefCounted | |
| ReleaseRef() | Dviglo::RefCounted | |
| RemoveAllGestures() | Dviglo::Input | |
| RemoveEventSender(Object *sender) | Dviglo::Object | private |
| RemoveGesture(unsigned gestureID) | Dviglo::Input | |
| RemoveScreenJoystick(SDL_JoystickID id) | Dviglo::Input | |
| ResetInputAccumulation() | Dviglo::Input | private |
| ResetJoysticks() | Dviglo::Input | private |
| ResetMouseGrabbed() | Dviglo::Input | |
| ResetMouseMode() | Dviglo::Input | |
| ResetMouseVisible() | Dviglo::Input | |
| ResetState() | Dviglo::Input | private |
| ResetTouches() | Dviglo::Input | private |
| SaveGesture(Serializer &dest, unsigned gestureID) | Dviglo::Input | |
| SaveGestures(Serializer &dest) | Dviglo::Input | |
| scancodeDown_ | Dviglo::Input | private |
| scancodePress_ | Dviglo::Input | private |
| sdlMouseRelative_ | Dviglo::Input | private |
| SendEvent(StringHash eventType) | Dviglo::Object | |
| SendEvent(StringHash eventType, VariantMap &eventData) | Dviglo::Object | |
| SendEvent(StringHash eventType, Args... args) | Dviglo::Object | inline |
| SendInputFocusEvent() | Dviglo::Input | private |
| SetBlockEvents(bool block) | Dviglo::Object | inline |
| SetGlobalVar(StringHash key, const Variant &value) | Dviglo::Object | |
| SetKey(Key key, Scancode scancode, bool newState) | Dviglo::Input | private |
| SetMouseButton(MouseButton button, bool newState, int clicks) | Dviglo::Input | private |
| SetMouseGrabbed(bool grab, bool suppressEvent=false) | Dviglo::Input | |
| SetMouseMode(MouseMode mode, bool suppressEvent=false) | Dviglo::Input | |
| SetMouseModeAbsolute(SDL_bool enable) | Dviglo::Input | private |
| SetMouseModeRelative(SDL_bool enable) | Dviglo::Input | private |
| SetMousePosition(const IntVector2 &position) | Dviglo::Input | |
| SetMouseVisible(bool enable, bool suppressEvent=false) | Dviglo::Input | |
| SetMouseWheel(int delta) | Dviglo::Input | private |
| SetScreenJoystickVisible(SDL_JoystickID id, bool enable) | Dviglo::Input | |
| SetScreenKeyboardVisible(bool enable) | Dviglo::Input | |
| SetToggleFullscreen(bool enable) | Dviglo::Input | |
| SetTouchEmulation(bool enable) | Dviglo::Input | |
| SubscribeToEvent(StringHash eventType, EventHandler *handler) | Dviglo::Object | |
| SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Dviglo::Object | |
| SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Dviglo::Object | |
| SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Dviglo::Object | |
| SuppressNextMouseMove() | Dviglo::Input | private |
| suppressNextMouseMove_ | Dviglo::Input | private |
| textInput_ | Dviglo::Input | private |
| toggleFullscreen_ | Dviglo::Input | private |
| touchEmulation_ | Dviglo::Input | private |
| touches_ | Dviglo::Input | private |
| touchIDMap_ | Dviglo::Input | private |
| UnsubscribeFromAllEvents() | Dviglo::Object | |
| UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData) | Dviglo::Object | |
| UnsubscribeFromEvent(StringHash eventType) | Dviglo::Object | |
| UnsubscribeFromEvent(Object *sender, StringHash eventType) | Dviglo::Object | |
| UnsubscribeFromEvents(Object *sender) | Dviglo::Object | |
| UnsuppressMouseMove() | Dviglo::Input | private |
| Update() | Dviglo::Input | |
| URHO3D_OBJECT(Input, Object) (defined in Dviglo::Input) | Dviglo::Input | private |
| WeakRefs() const | Dviglo::RefCounted | |
| windowID_ | Dviglo::Input | private |
| ~Input() override | Dviglo::Input | |
| ~Object() override | Dviglo::Object | |
| ~RefCounted() | Dviglo::RefCounted | virtual |