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

Method IsActive

src/SFGUI/ToggleButton.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool ToggleButton::IsActive() const {
54 return m_active;
55}
56
57void ToggleButton::HandleMouseClick( sf::Mouse::Button button, int x, int y ) {
58 if( button == sf::Mouse::Button::Left ) {

Callers 5

mainFunction · 0.80
OnLimitCharsToggleMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

OnLimitCharsToggleMethod · 0.64