split toggle events

This commit is contained in:
Imbris
2020-03-26 11:05:17 -04:00
parent 7d1f779c28
commit df5a7ef0e3
6 changed files with 59 additions and 15 deletions

View File

@ -18,8 +18,10 @@ pub enum ControlEvent {
#[derive(Clone, Copy, Debug, PartialEq, Serialize, Deserialize)]
pub enum ControlAction {
SwapLoadout,
ToggleWield,
ToggleSit,
Wield,
Unwield,
Sit,
Stand,
}
#[derive(Copy, Clone, Debug, PartialEq, Serialize, Deserialize)]