magistr
23-12-2007 20:15:10
I have interresting effect.
I am move mouse to left top of the screen and have mouse position equal 1/2 of width and height of cursor image.
After I am view QuickGUIMouseCursor source and find this:
Why this it is necessary? It creates the many inconvenience.
I am move mouse to left top of the screen and have mouse position equal 1/2 of width and height of cursor image.
After I am view QuickGUIMouseCursor source and find this:
Point MouseCursor::getPosition()
{
return Point(mPixelPosition.x + (mPixelSize.width/2.0),mPixelPosition.y + (mPixelSize.height/2.0));
}
Why this it is necessary? It creates the many inconvenience.