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

Method CheckForResize

Source/Engine/Platform/Mac/MacWindow.cpp:845–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843}
844
845void MacWindow::CheckForResize(float width, float height)
846{
847 const Float2 clientSize(width, height);
848 if (clientSize != _clientSize)
849 {
850 _clientSize = clientSize;
851 OnResize(width, height);
852 }
853}
854
855void MacWindow::SetIsMouseOver(bool value)
856{

Callers 1

GetKeyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected