Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] [iOS] Add touch delay value to project settings #42454

Merged

Conversation

naithar
Copy link
Contributor

@naithar naithar commented Oct 1, 2020

Fixes #42164

Adds a settings value into Input Devices menu.
Value is also cached upon gesture recognizer initialization, so calling GLOBAL_GET shouldn't become a bottleneck.

@naithar naithar requested a review from a team as a code owner October 1, 2020 09:24
@naithar naithar changed the title [3.2] [iOS] Add touch delay value to project settings [4.0] [iOS] Add touch delay value to project settings Oct 1, 2020
Comment on lines 558 to 560
<member name="input_devices/pointing/ios/touch_delay" type="float" setter="" getter="" default="0.150">
Default delay for touch events. This only affects iOS devices.
</member>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation should be tabs here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed :)

@akien-mga akien-mga added this to the 3.2 milestone Oct 1, 2020
@akien-mga akien-mga requested review from bruvzg and a team October 1, 2020 09:35
@akien-mga akien-mga modified the milestones: 3.2, 4.0 Oct 1, 2020
@akien-mga akien-mga merged commit e46159a into godotengine:master Oct 1, 2020
@akien-mga
Copy link
Member

Thanks!

@naithar naithar deleted the feature/ios-delay-in-settings-master branch October 1, 2020 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iOS input delay on exports from 3.2.3
3 participants