Hello.
Could I change the mouse senbility with CEGUI?
Thanks
Change mouse sensibility [solved]
Moderators: CEGUI MVP, CEGUI Team
Change mouse sensibility [solved]
Last edited by Toge on Sun Feb 15, 2009 13:48, edited 1 time in total.
- CrazyEddie
- CEGUI Project Lead
- Posts: 6760
- Joined: Wed Jan 12, 2005 12:06
- Location: England
- Contact:
Hi,
There is a System::setMouseMoveScaling function, this works with the System::injectMouseMove function and scales the values input by the specified amount. If you're using System::injectMousePosition, then scaling makes no sense, so is not used.
One thing to be aware of is that if you're having issues (like a recent poster) with slow mouse response, applying a scaling factor is probably not going to give the results you'd like; you may end up with other issues such as an inability to precisely position the cursor. If you are having such responsiveness issues, you might consider switching from injectMouseMove to injectMousePosition, since that should alleviate some of the trouble.
HTH
CE.
There is a System::setMouseMoveScaling function, this works with the System::injectMouseMove function and scales the values input by the specified amount. If you're using System::injectMousePosition, then scaling makes no sense, so is not used.
One thing to be aware of is that if you're having issues (like a recent poster) with slow mouse response, applying a scaling factor is probably not going to give the results you'd like; you may end up with other issues such as an inability to precisely position the cursor. If you are having such responsiveness issues, you might consider switching from injectMouseMove to injectMousePosition, since that should alleviate some of the trouble.
HTH
CE.
Useful Links: Forum Guidelines | Documentation | Tutorials | HOWTO | Videos | Donate to CEGUI | CEGUI Twitter
Who is online
Users browsing this forum: No registered users and 19 guests