MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / EndClippingCursor

Method EndClippingCursor

Source/Engine/Platform/SDL/SDLWindow.cpp:927–934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

925}
926
927void SDLWindow::EndClippingCursor()
928{
929 if (!_isClippingCursor)
930 return;
931
932 _isClippingCursor = false;
933 SDL_SetWindowMouseRect(_window, nullptr);
934}
935
936void SDLWindow::SetMousePosition(const Float2& position) const
937{

Callers 1

SetCursorLockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected