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
Is your feature request related to a problem? Please describe.
I want to add a “panning” and “pinch to zoom” feature to the orbit_camera.script. For example, panning requires the shift button or the middle mouse button. This would require a modification to game.input_binding of the orbit camera example.
I noticed that the script is useful, used in many examples and I plan to use it in my next 3d examples.
Question - in all examples that use orbit_camera.script, will I have to modify input_binding? Would it be better to switch these projects to all.input_binding from builtins?
The community (and us too) use all.input_binding by default in all our projects, as you don't have to look for a reason why some button is not pressed. Plus, keys naming in code becomes universal across all projects, extensions and examples. This is very practical.
Describe the solution you'd like
Change input bindings in almost all examples (but not about input, obviously) to input bindings from builtins.
Describe alternatives you've considered
Add new keys to the input bindings in the project.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to add a “panning” and “pinch to zoom” feature to the
orbit_camera.script
. For example, panning requires theshift
button or themiddle mouse button
. This would require a modification togame.input_binding
of the orbit camera example.I noticed that the script is useful, used in many examples and I plan to use it in my next 3d examples.
Question - in all examples that use
orbit_camera.script
, will I have to modify input_binding? Would it be better to switch these projects toall.input_binding
frombuiltins
?The community (and us too) use
all.input_binding
by default in all our projects, as you don't have to look for a reason why some button is not pressed. Plus, keys naming in code becomes universal across all projects, extensions and examples. This is very practical.Describe the solution you'd like
Change input bindings in almost all examples (but not about input, obviously) to input bindings from builtins.
Describe alternatives you've considered
Add new keys to the input bindings in the project.
The text was updated successfully, but these errors were encountered: