how to disable windows cursor?
when my game framerate slow down, CEGUI cursor moved slow down too.
how to solve this problem?
My program have two cursors!
Moderators: CEGUI MVP, CEGUI Team
Re: My program have two cursors!
JJChicken wrote:how to disable windows cursor?
This is a windows API question. This is not a windows API forum.
when my game framerate slow down, CEGUI cursor moved slow down too. how to solve this problem?
The CEGUI mouse can only update as fast as your application tells it to; eg it is limited by how often your application calls CEGUI::System::injectMouseMove/injectMousePosition.
If somebody helps you by replying to your thread, upvote him/her as a thanks! Make sure to include your CEGUI.log and everything you tried when posting! And remember that we are not magicians!
Re: My program have two cursors!
I know about it
My application called the CEGUI::System::injectMouseMove/injectMousePosition, but the cursor did
not rendered immediately!
because My application rendered the CEGUI per frame, but the framerate slowly. so cursor moved slowly too.
how to solve this problem?
did i use single thread rendered the cursor or CEGUI?
My application called the CEGUI::System::injectMouseMove/injectMousePosition, but the cursor did
not rendered immediately!
because My application rendered the CEGUI per frame, but the framerate slowly. so cursor moved slowly too.
how to solve this problem?
did i use single thread rendered the cursor or CEGUI?
- CrazyEddie
- CEGUI Project Lead
- Posts: 6760
- Joined: Wed Jan 12, 2005 12:06
- Location: England
- Contact:
Re: My program have two cursors!
The CEGUI cursor is rendered as part of the CEGUI output. If you have low frame rates or are otherwise not calling the GUI rendering code frequently enough, then you will see slow cursor updates. The "solution" would be to render more frequently.
CE.
CE.
Useful Links: Forum Guidelines | Documentation | Tutorials | HOWTO | Videos | Donate to CEGUI | CEGUI Twitter
Re: My program have two cursors!
thank you!
Who is online
Users browsing this forum: No registered users and 9 guests