1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00

Added enumerated States to inputmanager to handle future standard actions.

This commit is contained in:
Star-Demon 2011-01-02 11:55:00 -05:00
parent 67a745cdf6
commit fec90122c3

View File

@ -45,6 +45,24 @@ namespace MWInput
A_Activate,
A_Use, //Use weapon, spell, etc.
A_Jump,
A_AutoMove, //Toggle Auto-move forward
A_Rest, //Rest
A_Journal, //Journal
A_Weapon, //Draw/Sheath weapon
A_Spell, //Ready/Unready Casting
A_AlwaysRun, //Toggle Always Run
A_CycleSpellLeft, //cycling through spells
A_CycleSPellRight,
A_CycleWeaponLeft,//Cycling through weapons
A_CycleWeaponRight,
A_QuickSave,
A_QuickLoad,
A_QuickMenu,
A_GameMenu,
A_LAST // Marker for the last item
};