Urho3D
Dviglo::Input Member List

This is the complete list of members for Dviglo::Input, including all inherited members.

AddRef()Dviglo::RefCounted
AddScreenJoystick(XMLFile *layoutFile=nullptr, XMLFile *styleFile=nullptr)Dviglo::Input
availableTouchIDs_Dviglo::Inputprivate
blockEvents_Dviglo::Objectprivate
Cast()Dviglo::Objectinline
Cast() constDviglo::Objectinline
CenterMousePosition()Dviglo::Input
context_Dviglo::Objectprotected
eventHandlers_Dviglo::Objectprivate
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) constDviglo::Objectprivate
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) constDviglo::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) constDviglo::Objectprivate
focusedThisFrame_Dviglo::Inputprivate
GainFocus()Dviglo::Inputprivate
GetBlockEvents() constDviglo::Objectinline
GetCategory() constDviglo::Object
GetContext() constDviglo::Objectinline
GetEventDataMap() constDviglo::Object
GetEventHandler() constDviglo::Object
GetEventSender() constDviglo::Object
GetGlobalVar(StringHash key) constDviglo::Object
GetGlobalVars() constDviglo::Object
GetInputScale() constDviglo::Inputinline
GetJoystick(SDL_JoystickID id)Dviglo::Input
GetJoystickByIndex(unsigned index)Dviglo::Input
GetJoystickByName(const String &name)Dviglo::Input
GetKeyDown(Key key) constDviglo::Input
GetKeyFromName(const String &name) constDviglo::Input
GetKeyFromScancode(Scancode scancode) constDviglo::Input
GetKeyName(Key key) constDviglo::Input
GetKeyPress(Key key) constDviglo::Input
GetMouseButtonDown(MouseButtonFlags button) constDviglo::Input
GetMouseButtonPress(MouseButtonFlags button) constDviglo::Input
GetMouseMode() constDviglo::Inputinline
GetMouseMove() constDviglo::Input
GetMouseMoveWheel() constDviglo::Inputinline
GetMouseMoveX() constDviglo::Input
GetMouseMoveY() constDviglo::Input
GetMousePosition() constDviglo::Input
GetNumJoysticks() constDviglo::Inputinline
GetNumTouches() constDviglo::Inputinline
GetQualifierDown(Qualifier qualifier) constDviglo::Input
GetQualifierPress(Qualifier qualifier) constDviglo::Input
GetQualifiers() constDviglo::Input
GetScancodeDown(Scancode scancode) constDviglo::Input
GetScancodeFromKey(Key key) constDviglo::Input
GetScancodeFromName(const String &name) constDviglo::Input
GetScancodeName(Scancode scancode) constDviglo::Input
GetScancodePress(Scancode scancode) constDviglo::Input
GetScreenKeyboardSupport() constDviglo::Input
GetSubsystem(StringHash type) constDviglo::Object
GetSubsystem() constDviglo::Object
GetToggleFullscreen() constDviglo::Inputinline
GetTouch(unsigned index) constDviglo::Input
GetTouchEmulation() constDviglo::Inputinline
GetTouchIndexFromID(int touchID)Dviglo::Inputprivate
GetType() const =0Dviglo::Objectpure virtual
GetTypeInfo() const =0Dviglo::Objectpure virtual
GetTypeInfoStatic()Dviglo::Objectinlinestatic
GetTypeName() const =0Dviglo::Objectpure virtual
graphics_Dviglo::Inputprivate
HandleBeginFrame(StringHash eventType, VariantMap &eventData)Dviglo::Inputprivate
HandleScreenJoystickTouch(StringHash eventType, VariantMap &eventData)Dviglo::Inputprivate
HandleScreenMode(StringHash eventType, VariantMap &eventData)Dviglo::Inputprivate
HandleSDLEvent(void *sdlEvent)Dviglo::Inputprivate
HasEventHandlers() constDviglo::Objectinline
HasFocus()Dviglo::Inputinline
HasSubscribedToEvent(StringHash eventType) constDviglo::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constDviglo::Object
Initialize()Dviglo::Inputprivate
initialized_Dviglo::Inputprivate
Input(Context *context)Dviglo::Inputexplicit
inputFocus_Dviglo::Inputprivate
inputScale_Dviglo::Inputprivate
IsInstanceOf(StringHash type) constDviglo::Object
IsInstanceOf(const TypeInfo *typeInfo) constDviglo::Object
IsInstanceOf() constDviglo::Objectinline
IsMinimized() constDviglo::Input
IsMouseGrabbed() constDviglo::Inputinline
IsMouseLocked() constDviglo::Input
IsMouseVisible() constDviglo::Inputinline
IsScreenJoystickVisible(SDL_JoystickID id) constDviglo::Input
IsScreenKeyboardVisible() constDviglo::Input
joysticks_Dviglo::Inputprivate
keyDown_Dviglo::Inputprivate
keyPress_Dviglo::Inputprivate
lastMouseGrabbed_Dviglo::Inputprivate
lastMouseMode_Dviglo::Inputprivate
lastMousePosition_Dviglo::Inputprivate
lastMouseVisible_Dviglo::Inputprivate
lastVisibleMousePosition_Dviglo::Inputprivate
LoadGestures(Deserializer &source)Dviglo::Input
LoseFocus()Dviglo::Inputprivate
minimized_Dviglo::Inputprivate
mouseButtonDown_Dviglo::Inputprivate
mouseButtonPress_Dviglo::Inputprivate
mouseGrabbed_Dviglo::Inputprivate
mouseMode_Dviglo::Inputprivate
mouseMove_Dviglo::Inputprivate
mouseMoveScaled_Dviglo::Inputprivate
mouseMoveWheel_Dviglo::Inputprivate
mouseVisible_Dviglo::Inputprivate
Object(Context *context)Dviglo::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Dviglo::Objectvirtual
OpenJoystick(unsigned index)Dviglo::Inputprivate
operator=(const RefCounted &rhs)=deleteDviglo::RefCounted
PopTouchIndex()Dviglo::Inputprivate
PushTouchIndex(int touchID)Dviglo::Inputprivate
RecordGesture()Dviglo::Input
refCount_Dviglo::RefCountedprivate
RefCounted()Dviglo::RefCounted
RefCounted(const RefCounted &rhs)=deleteDviglo::RefCounted
RefCountPtr()Dviglo::RefCountedinline
Refs() constDviglo::RefCounted
ReleaseRef()Dviglo::RefCounted
RemoveAllGestures()Dviglo::Input
RemoveEventSender(Object *sender)Dviglo::Objectprivate
RemoveGesture(unsigned gestureID)Dviglo::Input
RemoveScreenJoystick(SDL_JoystickID id)Dviglo::Input
ResetInputAccumulation()Dviglo::Inputprivate
ResetJoysticks()Dviglo::Inputprivate
ResetMouseGrabbed()Dviglo::Input
ResetMouseMode()Dviglo::Input
ResetMouseVisible()Dviglo::Input
ResetState()Dviglo::Inputprivate
ResetTouches()Dviglo::Inputprivate
SaveGesture(Serializer &dest, unsigned gestureID)Dviglo::Input
SaveGestures(Serializer &dest)Dviglo::Input
scancodeDown_Dviglo::Inputprivate
scancodePress_Dviglo::Inputprivate
sdlMouseRelative_Dviglo::Inputprivate
SendEvent(StringHash eventType)Dviglo::Object
SendEvent(StringHash eventType, VariantMap &eventData)Dviglo::Object
SendEvent(StringHash eventType, Args... args)Dviglo::Objectinline
SendInputFocusEvent()Dviglo::Inputprivate
SetBlockEvents(bool block)Dviglo::Objectinline
SetGlobalVar(StringHash key, const Variant &value)Dviglo::Object
SetKey(Key key, Scancode scancode, bool newState)Dviglo::Inputprivate
SetMouseButton(MouseButton button, bool newState, int clicks)Dviglo::Inputprivate
SetMouseGrabbed(bool grab, bool suppressEvent=false)Dviglo::Input
SetMouseMode(MouseMode mode, bool suppressEvent=false)Dviglo::Input
SetMouseModeAbsolute(SDL_bool enable)Dviglo::Inputprivate
SetMouseModeRelative(SDL_bool enable)Dviglo::Inputprivate
SetMousePosition(const IntVector2 &position)Dviglo::Input
SetMouseVisible(bool enable, bool suppressEvent=false)Dviglo::Input
SetMouseWheel(int delta)Dviglo::Inputprivate
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::Inputprivate
suppressNextMouseMove_Dviglo::Inputprivate
textInput_Dviglo::Inputprivate
toggleFullscreen_Dviglo::Inputprivate
touchEmulation_Dviglo::Inputprivate
touches_Dviglo::Inputprivate
touchIDMap_Dviglo::Inputprivate
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::Inputprivate
Update()Dviglo::Input
URHO3D_OBJECT(Input, Object) (defined in Dviglo::Input)Dviglo::Inputprivate
WeakRefs() constDviglo::RefCounted
windowID_Dviglo::Inputprivate
~Input() overrideDviglo::Input
~Object() overrideDviglo::Object
~RefCounted()Dviglo::RefCountedvirtual