docs(sdk7): document TouchScreenControls and UiInputBinding for custom mobile controls#122
Open
EibrielInv wants to merge 4 commits into
Open
docs(sdk7): document TouchScreenControls and UiInputBinding for custom mobile controls#122EibrielInv wants to merge 4 commits into
EibrielInv wants to merge 4 commits into
Conversation
4 tasks
rodrigo685
requested changes
Jul 10, 2026
rodrigo685
left a comment
Contributor
There was a problem hiding this comment.
Let's add both images in https://docs.decentraland.org/creator/~/revisions/G3sbEgsK7q0Z006DrL74/scenes-sdk7/building-for-mobile/input-on-mobile so it's easy to visually grasp / understand both the static controls and what's possible with custom (so they can then go check the specific sections)
| For the full input model, see [Click events](../interactivity/button-events/click-events.md). This page focuses on what is mobile-specific. | ||
|
|
||
| ## What touch maps to | ||
|
|
Contributor
| ## Customizing the on-screen controls | ||
|
|
||
| Scenes can reconfigure these on-screen controls — hide the joystick or crosshair, change what the central button does, re-icon buttons, or replace them with custom UI. See [On-screen Controls](../interactivity/touch-screen-controls.md) and [UI Input Binding](../2d-ui/ui_input_binding.md). | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


What
Adds SDK7 creator docs for the new custom mobile-controls components:
TouchScreenControls) —creator/sdk7/interactivity/touch-screen-controls.md: hide the joystick/crosshair, change the central button action, hide/re-icon buttons.UiInputBinding) —creator/sdk7/2d-ui/ui_input_binding.md: bind InputActions to your own UI elements via theuiInputBindingJSX prop.Also:
SUMMARY.mdnav entries (Interactivity + 2D UI groups)building-for-mobile/input-on-mobile.mdcreator/images/touch-controls/Notes
.protoand generated SDK bindings.uiInputBindingJSX prop lands in js-sdk-toolchain; docs include an imperative fallback for older SDK versions.