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:
parent
d49531f486
commit
15c78dd2e4
4 changed files with 49 additions and 50 deletions
|
@ -686,6 +686,8 @@ void Core::onUpdate(float dt)
|
|||
|
||||
pollEvents(dt);
|
||||
|
||||
|
||||
|
||||
ActionMapper::onUpdate(dt);
|
||||
StateManager::onUpdate(dt);
|
||||
|
||||
|
|
|
@ -552,7 +552,7 @@ protected:
|
|||
std::string _extraDataDir;
|
||||
|
||||
std::vector<ActionButtonStatus*> actionStatus;
|
||||
void updateActionButtons();
|
||||
virtual void updateActionButtons();
|
||||
void clearActionButtons();
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue