Some mice have two wheels
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9089 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -277,7 +277,8 @@ packet_to_movement(uint8 packet[], mouse_movement *pos)
|
|||||||
pos->clicks = sClickCount;
|
pos->clicks = sClickCount;
|
||||||
pos->modifiers = 0;
|
pos->modifiers = 0;
|
||||||
pos->timestamp = currentTime;
|
pos->timestamp = currentTime;
|
||||||
pos->wheel_delta = 0;
|
pos->wheel_ydelta = 0;
|
||||||
|
pos->wheel_xdelta = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user