Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setSnap
Method
setSnap
MyGUIEngine/src/MyGUI_Window.cpp:534–537 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
532
}
533
534
void Window::setSnap(bool _value)
535
{
536
mSnap = _value;
537
}
538
539
void Window::notifyMouseReleased(MyGUI::Widget* _sender, int _left, int _top, MouseButton _id)
540
{
Callers
2
ExportWindow_SetSnap
Function · 0.80
set
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected