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:
parent
6be0f7ef24
commit
549360d822
@ -681,7 +681,7 @@ InputServer::HandleSetMousePosition(BMessage *message, BMessage *outbound)
|
||||
if((outbound->FindInt32("x", &xValue) == B_OK)
|
||||
&& (outbound->FindInt32("y", &yValue) == B_OK)) {
|
||||
fMousePos.x += xValue;
|
||||
fMousePos.y += yValue;
|
||||
fMousePos.y -= yValue;
|
||||
outbound->RemoveName("x");
|
||||
outbound->RemoveName("y");
|
||||
outbound->AddPoint("where", fMousePos);
|
||||
|
Loading…
Reference in New Issue
Block a user