i don't even wonder why i have to do this, i simply do it

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9150 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-10-01 16:02:20 +00:00
parent 6be0f7ef24
commit 549360d822
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ InputServer::HandleSetMousePosition(BMessage *message, BMessage *outbound)
if((outbound->FindInt32("x", &xValue) == B_OK) if((outbound->FindInt32("x", &xValue) == B_OK)
&& (outbound->FindInt32("y", &yValue) == B_OK)) { && (outbound->FindInt32("y", &yValue) == B_OK)) {
fMousePos.x += xValue; fMousePos.x += xValue;
fMousePos.y += yValue; fMousePos.y -= yValue;
outbound->RemoveName("x"); outbound->RemoveName("x");
outbound->RemoveName("y"); outbound->RemoveName("y");
outbound->AddPoint("where", fMousePos); outbound->AddPoint("where", fMousePos);