-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
From @rudolf Meier on the forum:
Hello
I was testing the renaming dialog of my DockingFunctions and I had camera switches when pressing - or some other keys ... I then found out, that it's because of the Hullcam. My mod does set locks when it opens the dialog and I hoped this would be enough ->
private const ControlTypes MyLocks =
ControlTypes.ALL_SHIP_CONTROLS | ControlTypes.EVA_INPUT
| ControlTypes.ACTIONS_ALL | ControlTypes.GROUPS_ALL
| ControlTypes.THROTTLE | ControlTypes.TIMEWARP
| ControlTypes.MISC // Stage locking (mod-L)
| [ControlTypes.MAP](https://controltypes.map/)_TOGGLE // M
| ControlTypes.STAGING // Space
| ControlTypes.CAMERACONTROLS // Backspace
| ControlTypes.UI_DIALOGS; // Navball toggle
I then checked your code and saw, that you're not checking the InputLockManager when processing input. Maybe that would be something to add?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels