bonsairobo / smooth-bevy-cameras

Bevy camera controllers with buttery, exponential smoothing.
MIT License
286 stars 55 forks source link

Add missing pub for UnrealCameraController for override input system. #13

Closed exjam closed 2 years ago

exjam commented 2 years ago

This PR makes the UnrealCameraPlugin work identical to the FpsControllerPlugin and OrbitControllerPlugin, without it override_input_system is useless because we cannot actually override the input system without access to ControlEvent !