-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
where a plugin can contrôle mouse speed/frequency ? #471
Comments
You mean you want to change a scale for dragging, right? In the current spec it's estimated from its initial value or tweakpane/packages/core/src/common/util.ts Lines 118 to 126 in 4f5175b
|
thanks |
Wait wait, I'm positive to add an option for changing the scale. |
ho oups, oki i will try done a monkey patch for my app and keep a eye on your commit 😊 |
Added pane.addBinding(PARAMS, 'foo', {
keyScale: 10,
pointerScale: 1,
...
}); https://tweakpane.github.io/docs/api/interfaces/NumberInputParams.html You can try it with |
hey thank i will give a try maybe this week |
Released in v4.0.0. |
sup friend, on my side i contrôle mouse frequency update like this for some of my inputs.
did you or can you expose a way to allow user hack mouse speed/frequency ?
1 pixel update is too face for lot of case.
can you guide how archive this with your api ?
related to this issu, thanks
0b5vr/tweakpane-plugin-rotation#1
expected behavior
The text was updated successfully, but these errors were encountered: