Codechange: remove queue_wrap / last_position from mouse movement
No backend uses it anymore, so also no longer any need to support it.
This commit is contained in:
committed by
Patric Stout
parent
e83f244750
commit
0d840b4570
@@ -391,7 +391,7 @@ bool VideoDriver_Allegro::PollEvent()
|
||||
}
|
||||
|
||||
/* Mouse movement */
|
||||
if (_cursor.UpdateCursorPosition(mouse_x, mouse_y, false)) {
|
||||
if (_cursor.UpdateCursorPosition(mouse_x, mouse_y)) {
|
||||
position_mouse(_cursor.pos.x, _cursor.pos.y);
|
||||
}
|
||||
if (_cursor.delta.x != 0 || _cursor.delta.y) mouse_action = true;
|
||||
|
||||
Reference in New Issue
Block a user