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

@@ -4,6 +4,7 @@ import 'package:wolf_3d_dart/wolf_3d_data.dart';
import 'package:wolf_3d_dart/wolf_3d_data_types.dart';
import 'package:wolf_3d_dart/wolf_3d_engine.dart';
import 'package:wolf_3d_dart/wolf_3d_synth.dart';
import 'package:wolf_3d_flutter/wolf_3d_input_flutter.dart';
class Wolf3d {
Wolf3d();
@@ -14,6 +15,7 @@ class Wolf3d {
// --- Core Systems ---
final EngineAudio audio = WolfAudio();
final Wolf3dFlutterInput input = Wolf3dFlutterInput();
// --- Getters ---
WolfensteinData get activeGame {