Skip to content

Widgets

fgrimau edited this page Dec 28, 2019 · 10 revisions

The Widgets class

Defines an abstract class for all the widgets of the game (console, button, text input, ...)

Widgets Methods

Constructors

Others

  • int draw(Screen*) = 0
  • int update(SDL_Event*, Screen*) = 0

Clone this wiki locally