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:
parent
7d5d344bf1
commit
3cf3a52dc5
@ -277,7 +277,8 @@ packet_to_movement(uint8 packet[], mouse_movement *pos)
|
||||
pos->clicks = sClickCount;
|
||||
pos->modifiers = 0;
|
||||
pos->timestamp = currentTime;
|
||||
pos->wheel_delta = 0;
|
||||
pos->wheel_ydelta = 0;
|
||||
pos->wheel_xdelta = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user