Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
bool ToggleButton::IsActive() const {
54
return m_active;
55
}
56
57
void ToggleButton::HandleMouseClick( sf::Mouse::Button button, int x, int y ) {
58
if( button == sf::Mouse::Button::Left ) {
Callers
5
CreateCheckButtonDrawable
Method · 0.80
CreateToggleButtonDrawable
Method · 0.80
main
Function · 0.80
OnLimitCharsToggle
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
1
OnLimitCharsToggle
Method · 0.64