Widgets - Minigrim0/ElectricPreacher GitHub Wiki The Widgets class Defines an abstract class for all the widgets of the game (console, button, text input, ...) Widgets Methods Constructors ~Widget() = default Others int draw(Screen*) = 0 int update(SDL_Event*, Screen*) = 0 ⚠️ **GitHub.com Fallback** ⚠️