MCPcopy Create free account
hub / github.com/TankOs/SFGUI / GetStyle

Method GetStyle

src/SFGUI/Window.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93char Window::GetStyle() const {
94 return m_style;
95}
96
97bool Window::HasStyle( Style style ) const {
98 return (m_style & style) == style;

Callers 2

mainFunction · 0.80
OnToggleTitlebarClickMethod · 0.80

Calls

no outgoing calls

Tested by 1

OnToggleTitlebarClickMethod · 0.64