20 #include "../Engine/InteractiveSurface.h" 35 bool _pressed, _contrast;
46 ScrollBar(
int width,
int height,
int x = 0,
int y = 0);
66 void setPalette(SDL_Color *colors,
int firstcolor = 0,
int ncolors = 256);
Container for all the information associated with a given user action, like mouse clicks...
Definition: Action.h:32
A game state that receives user input and reacts accordingly.
Definition: State.h:44
Surface that the user can interact with.
Definition: InteractiveSurface.h:37
List of Text's split into columns.
Definition: TextList.h:40
Element that is blit (rendered) onto the screen.
Definition: Surface.h:38
Definition: BaseInfoState.cpp:40