UIElement

Undocumented in source.

Members

Functions

HandleEvent
bool HandleEvent(Project project, SDL_Event e)

handles an event returns true if an event was processed if false, pass the event to another function should not be called by the user doesn't do anything in the base class

Render
void Render(Project project)

renders the UI element should not be called by the user doesn't do anything in the base class

Meta