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

Method IsRelative

Source/Engine/Platform/SDL/SDLInput.cpp:444–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442 }
443
444 bool IsRelative(Window* window) const override
445 {
446 if (window == nullptr)
447 return _relativeMode;
448 return _relativeModeWindow == window && _relativeMode;
449 }
450};
451
452/// <summary>

Callers 3

~SDLWindowMethod · 0.45
HandleEventMethod · 0.45
HandleEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected