1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-07-03 06:24:32 +00:00

Rix mouse button emulation that broke somewhere along the way

This commit is contained in:
fgenesis 2016-08-04 01:55:32 +02:00
parent d49531f486
commit 15c78dd2e4
4 changed files with 49 additions and 50 deletions

View file

@ -686,6 +686,8 @@ void Core::onUpdate(float dt)
pollEvents(dt);
ActionMapper::onUpdate(dt);
StateManager::onUpdate(dt);

View file

@ -552,7 +552,7 @@ protected:
std::string _extraDataDir;
std::vector<ActionButtonStatus*> actionStatus;
void updateActionButtons();
virtual void updateActionButtons();
void clearActionButtons();
public: