Home
last modified time | relevance | path

Searched refs:SetScreenJoystickVisible (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/LuaScripts/Utilities/
H A DSample.lua60 input:SetScreenJoystickVisible(screenJoystickSettingsIndex, true)
184 input:SetScreenJoystickVisible(screenJoystickSettingsIndex, paused)
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Input/
H A DInput.h198 void SetScreenJoystickVisible(SDL_JoystickID id, bool enable);
H A DInput.cpp1136 void Input::SetScreenJoystickVisible(SDL_JoystickID id, bool enable) in SetScreenJoystickVisible() function in Urho3D::Input
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/
H A DSample.inl120 input->SetScreenJoystickVisible(screenJoystickSettingsIndex_, true);
277 input->SetScreenJoystickVisible(screenJoystickSettingsIndex_, paused_);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Input/
H A DInput.pkg55 void SetScreenJoystickVisible(int id, bool enable);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DInputAPI.cpp574 …", "void set_screenJoystickVisible(int, bool)", asMETHOD(Input, SetScreenJoystickVisible), asCALL_… in RegisterInput()
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DLuaScriptAPI.dox2910 - void SetScreenJoystickVisible(int id, bool enable)