Add Action InputName for BaseButton to deprecate TouchScreenButton. - #120693
Open
Kazox61 wants to merge 1 commit into
Open
Add Action InputName for BaseButton to deprecate TouchScreenButton.#120693Kazox61 wants to merge 1 commit into
Kazox61 wants to merge 1 commit into
Conversation
Nintorch
reviewed
Jun 30, 2026
Member
There was a problem hiding this comment.
Tested on my Android phone, it works as expected!
The input action also gets activated by clicking on the button with a mouse if emulating touch from mouse is disabled (which doesn't work in TouchScreenButton), which, I think, is also expected.
Screenrecorder-2026-06-30-19-59-50-78.mp4
Nintorch
reviewed
Jun 30, 2026
Kazox61
force-pushed
the
deprecate-touch_screen_button
branch
2 times, most recently
from
June 30, 2026 16:06
b8bb245 to
69101b4
Compare
Calinou
reviewed
Jul 2, 2026
Calinou
left a comment
Member
There was a problem hiding this comment.
The commit message is unrelated to the changes:
Add Resolution Presets for the embedded game window
Kazox61
force-pushed
the
deprecate-touch_screen_button
branch
from
July 2, 2026 15:00
69101b4 to
d4e9d92
Compare
Contributor
Author
|
Fixed. |
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 problem(s) does this PR solve?
Additional information
The Multitouch Support for
BaseButton#110893 was the first step to depreciate theTouchScreenButton. This is a follow up PR to implement the remaining Action InputName to include all features fromTouchScreenButtoninto theBaseButton.