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