refactoring of texture code into a 2D version first

This commit is contained in:
Hartmut Seichter 2021-01-23 14:21:08 +01:00
parent 2c4cc29f97
commit 753f51453f
6 changed files with 63 additions and 49 deletions

View file

@ -17,6 +17,7 @@ public:
int mouse_button() const { return _mouse_button; }
bool has_input() const { return !_input_string.empty();}
std::string input_string() const { return _input_string; }
~input() = default;