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

Disabling immersive mode from haxe side? #2

Open
rottor opened this issue Dec 4, 2015 · 3 comments
Open

Disabling immersive mode from haxe side? #2

rottor opened this issue Dec 4, 2015 · 3 comments

Comments

@rottor
Copy link

rottor commented Dec 4, 2015

Is there any way to disable immersive mode from haxe side?
For example, if I want system UI to be shown again if player press some button.

@joackobengochea
Copy link
Contributor

Do you mean like the extension wasn't included? the extension allows you to
show the ui when the user triggers it (for example, sliding down the top of
the screen) and hides it automatically a few seconds after if there's no
more interactions with it.

2015-12-04 14:23 GMT-03:00 Yuri K [email protected]:

Is there any way to disable immersive mode from haxe side?
For example, if I want system UI to be shown again if player press some
button.


Reply to this email directly or view it on GitHub
#2.

@rottor
Copy link
Author

rottor commented Dec 8, 2015

Not exactly. I need to use custom trigger from my UI, not the default sliding down the top of
the screen and so on.

@joackobengochea
Copy link
Contributor

i don't know if that's possible since that events are handled by the
android os... anyway, you can look at the code of this library to see how
the events are handled, and try to implement a library for handling custom
triggers, or send a pull request to this library adding that functionality

2015-12-08 8:46 GMT-03:00 Yuri K [email protected]:

Not exactly. I need to use custom trigger from my UI, not the default
sliding down the top of
the screen and so on.


Reply to this email directly or view it on GitHub
#2 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants