Enable option to turn on mouselook

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-17 20:45:29 +01:00
parent 55cf73f7f5
commit c424e10475
5 changed files with 199 additions and 70 deletions

View File

@@ -25,3 +25,16 @@ abstract class Wolf3dInput {
requestedWeapon: requestedWeapon,
);
}
enum WolfInputAction {
forward,
backward,
turnLeft,
turnRight,
fire,
interact,
weapon1,
weapon2,
weapon3,
weapon4,
}