mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Input: remove debug error
This commit is contained in:
parent
0652870204
commit
51d19e7c31
1 changed files with 0 additions and 2 deletions
|
@ -394,8 +394,6 @@ void keyboard_pad_handler::mouseMoveEvent(QMouseEvent* event)
|
|||
deadzone_y = std::abs(m * deadzone_x);
|
||||
}
|
||||
|
||||
input_log.error("movement_x=%d, movement_y=%d => deadzone_x=%d, deadzone_y=%d", movement_x, movement_y, deadzone_x, deadzone_y);
|
||||
|
||||
if (movement_x < 0)
|
||||
{
|
||||
Key(mouse::move_right, false);
|
||||
|
|
Loading…
Add table
Reference in a new issue