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

First input after toggling fullscreen not available on MacOS? #117

Open
subsoap opened this issue Aug 18, 2020 · 1 comment
Open

First input after toggling fullscreen not available on MacOS? #117

subsoap opened this issue Aug 18, 2020 · 1 comment
Labels

Comments

@subsoap
Copy link
Owner

subsoap commented Aug 18, 2020

https://forum.defold.com/t/first-mouse-click-after-fullscreen-toggle/66076

In this example the problem is not related to mouse click but to the F key (on the keyboard). In the on_input method you may see that once the fullscreen is toggled (with the F key itself!) then on_input is always called with action_id = hash(“key_f”). This forces you to press twice the F key for any subsequence toggle.

fullscreen_mouse.zip

@dapetcu21
Copy link
Collaborator

Yeah, I experienced that as well in Interrogation. Not sure why it happens or how to fix it.

@britzl britzl added the macos label Jan 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants