SDLPP: Add function for retreiving events that works on all platforms
This commit is contained in:
@@ -35,6 +35,7 @@ std::tuple< int, int, int, int > getColorsHEX( const std::string &color );
|
||||
SDL_Color getSDLColorHEX( const std::string &color );
|
||||
std::tuple< int, int, int, int > getColorsSDLColor( const SDL_Color &color );
|
||||
SDL_Color getSDLColorTuple( const std::tuple< int, int, int, int > &tuple );
|
||||
bool getSDLEvent( SDL_Event &e );
|
||||
|
||||
class Window {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user