mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-08 15:19:50 +00:00
Hopefully fix build against SDL 1.2. Does not yet run!
Also: Recently introduced key names in usersettings.xml will no longer work. But this should automatically detect key names as they used to be, and convert automatically. Needs testing.
This commit is contained in:
parent
4095fde219
commit
3dda97d32a
14 changed files with 461 additions and 51 deletions
|
@ -8,6 +8,7 @@ class ActionSet;
|
|||
|
||||
const unsigned mouseExtraButtons = 8;
|
||||
|
||||
// *_END is non-inclusive!
|
||||
enum ActionButtonType
|
||||
{
|
||||
MOUSE_BUTTON_LEFT = KEY_MAXARRAY + 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue