@3dsource/angular-unreal-module 0.0.83-dev.3 → 0.0.84-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2426,12 +2426,14 @@ class UnrealCommunicatorService {
|
|
|
2426
2426
|
this.commandTelemetryService = inject(CommandTelemetryService);
|
|
2427
2427
|
this.freezeFrameService = inject(FreezeFrameService);
|
|
2428
2428
|
this.webRtcPlayerService = inject(WebRtcPlayerService);
|
|
2429
|
+
this.inputService = inject(InputService);
|
|
2429
2430
|
this.videoService = inject(VideoService);
|
|
2430
2431
|
this.destroy$ = new Subject();
|
|
2431
2432
|
this.cirrusConnected = this.store.selectSignal(unrealFeature.selectCirrusConnected);
|
|
2432
2433
|
this.init();
|
|
2433
2434
|
}
|
|
2434
2435
|
init() {
|
|
2436
|
+
this.inputService.useKeyboardKeys(this.inputService.defaultKeys);
|
|
2435
2437
|
this.emitUIInteraction = this.commandTelemetryService.decorate(this.emitUIInteraction.bind(this));
|
|
2436
2438
|
this.listenVideo();
|
|
2437
2439
|
this.store
|
|
@@ -3393,7 +3395,6 @@ function provideAngularUnrealModule(config) {
|
|
|
3393
3395
|
},
|
|
3394
3396
|
provideEnvironmentInitializer(() => {
|
|
3395
3397
|
inject(AggregatorService);
|
|
3396
|
-
inject(InputService);
|
|
3397
3398
|
inject(StreamStatusTelemetryService);
|
|
3398
3399
|
inject(ConsoleExtensionsService);
|
|
3399
3400
|
inject(AFKService);
|