Enable option to turn on mouselook
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -25,3 +25,16 @@ abstract class Wolf3dInput {
|
||||
requestedWeapon: requestedWeapon,
|
||||
);
|
||||
}
|
||||
|
||||
enum WolfInputAction {
|
||||
forward,
|
||||
backward,
|
||||
turnLeft,
|
||||
turnRight,
|
||||
fire,
|
||||
interact,
|
||||
weapon1,
|
||||
weapon2,
|
||||
weapon3,
|
||||
weapon4,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user