| 108 | } |
| 109 | |
| 110 | std::string_view ButtonEntity::get_icon() { |
| 111 | return EntityIcons::entity_icon_button; |
| 112 | } |
| 113 | |
| 114 | uint16_t ButtonEntity::get_icon_color() { |
| 115 | return GUI_Colors::icon_color_off; |
nothing calls this directly
no outgoing calls
no test coverage detected