| 777 | // == Button ====================================================================================== |
| 778 | |
| 779 | Button::Button() : wasPressed(false), currentlyPressed(false) |
| 780 | { |
| 781 | } |
| 782 | |
| 783 | void Button::Initialize(const char* name_, const char* group_, |
| 784 | const char* label_, const char* helpText_) |
nothing calls this directly
no outgoing calls
no test coverage detected