-
Notifications
You must be signed in to change notification settings - Fork 409
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
Simplify SetProportional in BindableNumber #1458
Conversation
Hmm, we don't have any automated tests in the visual test for |
Just a shower thought: Should we add some easy way to simulate mouse/keyboard actions? The SliderBar mostly reacts to user input only so something like that would be great. I would imagine it being something like transforms: TestInputManager(optional?).MoveMouse(new Vector2(100, 100), duration: 0).DragMouse(new Vector2(100, 200), duration: 200, easing: Easing.In); |
Would be good @jorolf , but that's for a future consideration. |
We already have this in the osu! project, right? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
No description provided.