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

Add scrollbars to ScrollView #53

Open
wateret opened this issue Apr 28, 2018 · 1 comment
Open

Add scrollbars to ScrollView #53

wateret opened this issue Apr 28, 2018 · 1 comment

Comments

@wateret
Copy link
Owner

wateret commented Apr 28, 2018

ScrollView is working now but it does not have scrollbars. This means that it can be scrolled by mouse wheel event only.

To support scrolling without a mouse wheel, let's create scrollbars(for both vertical and horizontal).

It would be nice the scrollbar is like these:

  • Hidden by default
  • User moves the cursor to right or bottom side, it shows up
@wateret wateret added the GUI label Apr 28, 2018
@wateret
Copy link
Owner Author

wateret commented Aug 5, 2018

@llFreetimell The scrollbars will be used for UI framework such as item list, if user have too many items we should have scrollbars. However those are not for the main game view. I also do not want it to have scrollbars since it will look ugly and there is a minimap for it.

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

No branches or pull requests

1 participant