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

Mobile: Mouse roll-over behaviors #19

Open
bonzaiferroni opened this issue Dec 23, 2017 · 0 comments
Open

Mobile: Mouse roll-over behaviors #19

bonzaiferroni opened this issue Dec 23, 2017 · 0 comments

Comments

@bonzaiferroni
Copy link
Owner

There are a few places where the game relies on mouse roll-over which is unavailable on a touch interface. For example, camera panning and multi select would occur even when over the console, because the logic takes a look at EventSystem.current.IsPointerOverGameObject(). There needs to be another way to intercept UI clicks/touches.

Another example is the option descriptions that change when the mouse rolls over each icon.

One behavior that might not be possible to recreate on mobile is object highlighting for selection purposes. This is unfortunate because touch on mobile is even less precise than a mouse.

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

1 participant