| 107 | std::string file; |
| 108 | int icon = 0; |
| 109 | FileButton(const char* _label, rect_t _bounds) : Button(_label, _bounds){ |
| 110 | drawText = false; |
| 111 | } |
| 112 | |
| 113 | void Paint(surface_t* surface){ |
| 114 | surface_t* iconS = nullptr; |
nothing calls this directly
no outgoing calls
no test coverage detected