MCPcopy Create free account
hub / github.com/MyGUI/mygui / getButtonPressed

Method getButtonPressed

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 static_cast<Button*>(this)->setStateSelected(_value);
46 }
47 bool MemberObsolete<Button>::getButtonPressed() const
48 {
49 return static_cast<const Button*>(this)->getStateSelected();
50 }
51 void MemberObsolete<Button>::setStateCheck(bool _value)
52 {
53 static_cast<Button*>(this)->setStateSelected(_value);

Callers

nothing calls this directly

Calls 1

getStateSelectedMethod · 0.80

Tested by

no test coverage detected