You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reasons the inputs don't reach the onAction method.
I've tried adding it as a RawInputListener.
Events are emitted, as I've seen them in debug in the camera class (which is also a RawInputListener)
There I can see that the VehicleEditorController is indeed in the list.
Why would events come to the camera, but not the VehicleEditorController?
The only reason I can see is if the event is consumed, somehow. But why? And who?
The text was updated successfully, but these errors were encountered:
For some reasons the inputs don't reach the onAction method.
I've tried adding it as a RawInputListener.
Events are emitted, as I've seen them in debug in the camera class (which is also a RawInputListener)
There I can see that the VehicleEditorController is indeed in the list.
Why would events come to the camera, but not the VehicleEditorController?
The only reason I can see is if the event is consumed, somehow. But why? And who?
The text was updated successfully, but these errors were encountered: