Home
last modified time | relevance | path

Searched refs:GetExternalWindow (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Graphics/
H A DGraphics.pkg30 void* GetExternalWindow() const;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Input/
H A DInput.cpp412 if (inputFocus_ && !graphics_->GetExternalWindow() && (flags & SDL_WINDOW_INPUT_FOCUS) == 0) in Update()
471 …if (!touchEmulation_ && (graphics_->GetExternalWindow() || ((!sdlMouseRelative_ && !mouseVisible_ … in Update()
473 …if (!touchEmulation_ && !emscriptenPointerLock_ && (graphics_->GetExternalWindow() || (!mouseVisib… in Update()
481 if (graphics_->GetExternalWindow()) in Update()
547 if (graphics_->GetExternalWindow()) in SetMouseVisible()
1490 if (graphics_->GetExternalWindow()) in Initialize()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DGraphics.h262 void* GetExternalWindow() const { return externalWindow_; } in GetExternalWindow() function
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DLuaScriptAPI.dox2584 - void* GetExternalWindow() const