Push options resolution fonctionnels.

This commit is contained in:
mduval76
2023-12-14 21:20:21 -05:00
parent 82bae1c21a
commit 935a977bdf
4 changed files with 47 additions and 19 deletions

View File

@@ -53,9 +53,9 @@ protected:
void ShowCrossCursor() const;
bool m_istarted = false;
void InitWindow(int width, int height);
private:
void InitWindow(int width, int height);
MOUSE_BUTTON ConvertMouseButton(sf::Mouse::Button button) const;
private: