Rebel Fork Framework
Urho3D::Input Member List

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

AddRef()Urho3D::RefCounted
AddScreenJoystick(XMLFile *layoutFile=nullptr, XMLFile *styleFile=nullptr)Urho3D::Input
availableTouchIDs_Urho3D::Inputprivate
BackbufferToSystem(const IntVector2 &value) constUrho3D::Input
blockEvents_Urho3D::Objectprivate
Cast()Urho3D::Objectinline
Cast() constUrho3D::Objectinline
CenterMousePosition()Urho3D::Input
context_Urho3D::Objectprotected
enabled_Urho3D::Inputprivate
EraseEventHandler(ea::intrusive_list< EventHandler >::iterator handlerIter)Urho3D::Objectprivate
eventHandlers_Urho3D::Objectprivate
explicitWindowRect_Urho3D::Inputprivate
FindAccelerometerJoystickId() constUrho3D::Input
FindEventHandler(StringHash eventType)Urho3D::Objectprivate
FindEventHandler(StringHash eventType) constUrho3D::Objectinlineprivate
FindSpecificEventHandler(Object *sender)Urho3D::Objectprivate
FindSpecificEventHandler(Object *sender) constUrho3D::Objectinlineprivate
FindSpecificEventHandler(Object *sender, StringHash eventType)Urho3D::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType) constUrho3D::Objectinlineprivate
focusedThisFrame_Urho3D::Inputprivate
GainFocus()Urho3D::Inputprivate
GetBackbufferSize() const (defined in Urho3D::Input)Urho3D::Input
GetBlockEvents() constUrho3D::Objectinline
GetCategory() constUrho3D::Object
GetContext() constUrho3D::Objectinline
GetEnabled() constUrho3D::Inputinline
GetEventDataMap() constUrho3D::Object
GetEventHandler() constUrho3D::Object
GetEventSender() constUrho3D::Object
GetGlobalVar(StringHash key) constUrho3D::Object
GetGlobalVars() constUrho3D::Object
GetGlobalWindowPosition() constUrho3D::Input
GetGlobalWindowSize() const (defined in Urho3D::Input)Urho3D::Input
GetJoystick(SDL_JoystickID id)Urho3D::Input
GetJoystickByIndex(unsigned index)Urho3D::Input
GetJoystickByName(const ea::string &name)Urho3D::Input
GetKeyDown(Key key) constUrho3D::Input
GetKeyFromName(const ea::string &name)Urho3D::Inputstatic
GetKeyFromScancode(Scancode scancode)Urho3D::Inputstatic
GetKeyName(Key key)Urho3D::Inputstatic
GetKeyPress(Key key) constUrho3D::Input
GetMouseButtonClick(MouseButtonFlags button) constUrho3D::Input
GetMouseButtonDown(MouseButtonFlags button) constUrho3D::Input
GetMouseButtonName(MouseButton button)Urho3D::Inputstatic
GetMouseButtonPress(MouseButtonFlags button) constUrho3D::Input
GetMouseMode() constUrho3D::Inputinline
GetMouseMove() constUrho3D::Input
GetMouseMoveWheel() constUrho3D::Inputinline
GetMouseMoveX() constUrho3D::Input
GetMouseMoveY() constUrho3D::Input
GetMousePosition() constUrho3D::Input
GetNumJoysticks() constUrho3D::Inputinline
GetNumTouches() constUrho3D::Inputinline
GetQualifierDown(Qualifier qualifier) constUrho3D::Input
GetQualifierPress(Qualifier qualifier) constUrho3D::Input
GetQualifiers() constUrho3D::Input
GetRelativeMousePosition() constUrho3D::Input
GetScancodeDown(Scancode scancode) constUrho3D::Input
GetScancodeFromKey(Key key)Urho3D::Inputstatic
GetScancodeFromName(const ea::string &name)Urho3D::Inputstatic
GetScancodeName(Scancode scancode)Urho3D::Inputstatic
GetScancodePress(Scancode scancode) constUrho3D::Input
GetScreenKeyboardSupport() constUrho3D::Input
GetSubsystem(StringHash type) constUrho3D::Object
GetSubsystem() constUrho3D::Object
GetSubsystems() constUrho3D::Objectprivate
GetSystemToBackbufferScale() constUrho3D::Inputinline
GetToggleFullscreen() constUrho3D::Inputinline
GetTouch(unsigned index) constUrho3D::Input
GetTouchById(int touchId) constUrho3D::Input
GetTouchEmulation() constUrho3D::Inputinline
GetTouchIndexFromID(int touchID)Urho3D::Inputprivate
GetType() const =0Urho3D::Objectpure virtual
GetTypeInfo() const =0Urho3D::Objectpure virtual
GetTypeInfoStatic()Urho3D::Objectinlinestatic
GetTypeName() const =0Urho3D::Objectpure virtual
graphics_Urho3D::Inputprivate
HandleBeginFrame(StringHash eventType, VariantMap &eventData)Urho3D::Inputprivate
HandleScreenJoystickTouch(StringHash eventType, VariantMap &eventData)Urho3D::Inputprivate
HandleScreenMode(StringHash eventType, VariantMap &eventData)Urho3D::Inputprivate
HandleSDLEvent(void *sdlEvent)Urho3D::Inputprivate
HasEventHandlers() constUrho3D::Objectinline
HasFocus()Urho3D::Inputinline
HasScriptObject() constUrho3D::RefCountedinline
HasSubscribedToEvent(StringHash eventType) constUrho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constUrho3D::Object
Initialize()Urho3D::Inputprivate
initialized_Urho3D::Inputprivate
Input(Context *context)Urho3D::Inputexplicit
inputFocus_Urho3D::Inputprivate
IsInstanceOf(StringHash type) constUrho3D::Object
IsInstanceOf(const TypeInfo *typeInfo) constUrho3D::Object
IsInstanceOf() constUrho3D::Objectinline
IsMinimized() constUrho3D::Input
IsMouseGrabbed() constUrho3D::Inputinline
IsMouseLocked() constUrho3D::Input
IsMouseVisible() constUrho3D::Inputinline
IsScreenJoystickVisible(SDL_JoystickID id) constUrho3D::Input
IsScreenKeyboardVisible() constUrho3D::Input
IsScriptStrongRef() constUrho3D::RefCountedinline
joysticks_Urho3D::Inputprivate
keyDown_Urho3D::Inputprivate
keyPress_Urho3D::Inputprivate
lastMouseGrabbed_Urho3D::Inputprivate
lastMouseMode_Urho3D::Inputprivate
lastMousePosition_Urho3D::Inputprivate
lastMouseVisible_Urho3D::Inputprivate
lastVisibleMousePosition_Urho3D::Inputprivate
LoadGestures(Deserializer &source)Urho3D::Input
LoseFocus()Urho3D::Inputprivate
minimized_Urho3D::Inputprivate
mouseButtonClick_Urho3D::Inputprivate
mouseButtonDown_Urho3D::Inputprivate
mouseButtonPress_Urho3D::Inputprivate
mouseGrabbed_Urho3D::Inputprivate
mouseMode_Urho3D::Inputprivate
mouseMove_Urho3D::Inputprivate
mouseMoveScaled_Urho3D::Inputprivate
mouseMoveWheel_Urho3D::Inputprivate
mousePressPosition_Urho3D::Inputprivate
mousePressTimer_Urho3D::Inputprivate
mouseVisible_Urho3D::Inputprivate
Object(Context *context)Urho3D::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
OnRawInputUrho3D::Input
OnSDLRawInput(SDL_Event &evt, bool &consumed)Urho3D::Inputprivate
OpenJoystick(unsigned index)Urho3D::Inputprivate
operator=(const RefCounted &rhs)=deleteUrho3D::RefCounted
PopTouchIndex()Urho3D::Inputprivate
PushTouchIndex(int touchID)Urho3D::Inputprivate
RecordGesture()Urho3D::Input
refCount_Urho3D::RefCountedprivate
RefCounted()Urho3D::RefCounted
RefCounted(const RefCounted &rhs)=deleteUrho3D::RefCounted
RefCountPtr() constUrho3D::RefCountedinline
Refs() constUrho3D::RefCounted
ReleaseRef()Urho3D::RefCounted
RemoveAllGestures()Urho3D::Input
RemoveEventSender(Object *sender)Urho3D::Objectprivate
RemoveGesture(unsigned gestureID)Urho3D::Input
RemoveScreenJoystick(SDL_JoystickID id)Urho3D::Input
ResetExplicitWindowRect()Urho3D::Inputinline
ResetInputAccumulation()Urho3D::Inputprivate
ResetJoysticks()Urho3D::Inputprivate
ResetMouseGrabbed()Urho3D::Input
ResetMouseMode()Urho3D::Input
ResetMouseVisible()Urho3D::Input
ResetState()Urho3D::Inputprivate
ResetTouches()Urho3D::Inputprivate
SaveGesture(Serializer &dest, unsigned gestureID)Urho3D::Input
SaveGestures(Serializer &dest)Urho3D::Input
scancodeDown_Urho3D::Inputprivate
scancodePress_Urho3D::Inputprivate
sdlMouseRelative_Urho3D::Inputprivate
SendEvent(StringHash eventType)Urho3D::Object
SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object
SendEvent(StringHash eventType, const Args &... args)Urho3D::Objectinline
SendEvent(StringHash eventType, const VariantMap &eventData)Urho3D::Object
SendInputFocusEvent()Urho3D::Inputprivate
SerializeInBlock(Archive &archive)Urho3D::Objectvirtual
SetBlockEvents(bool block)Urho3D::Objectinline
SetEnabled(bool enabled)Urho3D::Inputinline
SetExplicitWindowRect(const IntRect &rect)Urho3D::Inputinline
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
SetKey(Key key, Scancode scancode, bool newState)Urho3D::Inputprivate
SetMouseButton(MouseButton button, bool newState, int clicks)Urho3D::Inputprivate
SetMouseGrabbed(bool grab, bool suppressEvent=false)Urho3D::Input
SetMouseMode(MouseMode mode, bool suppressEvent=false)Urho3D::Input
SetMouseModeAbsolute(SDL_bool enable)Urho3D::Inputprivate
SetMouseModeRelative(SDL_bool enable)Urho3D::Inputprivate
SetMousePosition(const IntVector2 &position)Urho3D::Input
SetMouseVisible(bool enable, bool suppressEvent=false)Urho3D::Input
SetMouseWheel(int delta)Urho3D::Inputprivate
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, T handler)Urho3D::Objectinline
SubscribeToEvent(Object *sender, StringHash eventType, T handler)Urho3D::Objectinline
SubscribeToEventManual(StringHash eventType, EventHandler *handler)Urho3D::Object
SubscribeToEventManual(Object *sender, StringHash eventType, EventHandler *handler)Urho3D::Object
SuppressNextMouseMove()Urho3D::Inputprivate
suppressNextMouseMove_Urho3D::Inputprivate
SystemToBackbuffer(const IntVector2 &value) constUrho3D::Input
systemToBackbufferScale_Urho3D::Inputprivate
textInput_Urho3D::Inputprivate
toggleFullscreen_Urho3D::Inputprivate
touchEmulation_Urho3D::Inputprivate
touches_Urho3D::Inputprivate
touchIDMap_Urho3D::Inputprivate
UnsubscribeFromAllEvents()Urho3D::Object
UnsubscribeFromAllEventsExcept(const ea::vector< StringHash > &exceptions)Urho3D::Object
UnsubscribeFromAllEventsExcept(const ea::vector< Object * > &exceptions)Urho3D::Object
UnsubscribeFromEvent(StringHash eventType)Urho3D::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Urho3D::Object
UnsubscribeFromEvents(Object *sender)Urho3D::Object
UnsuppressMouseMove()Urho3D::Inputprivate
Update()Urho3D::Input
URHO3D_OBJECT(Input, Object) (defined in Urho3D::Input)Urho3D::Inputprivate
WeakRefs() constUrho3D::RefCounted
windowID_Urho3D::Inputprivate
~Input() overrideUrho3D::Input
~Object() overrideUrho3D::Object
~RefCounted()Urho3D::RefCountedvirtual