VirtualBox

Changeset 55164 in vbox for trunk


Ignore:
Timestamp:
Apr 9, 2015 3:47:05 PM (10 years ago)
Author:
vboxsync
Message:

PS2M: Vertical scrolling and buttons 4/5 fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/PS2M.cpp

    r54788 r55164  
    544544            val  = dZ & 0x0f;
    545545            val |= (fBtnState << 1) & (RT_BIT(4) | RT_BIT(5));
    546             ps2kInsertQueue(pQueue, dZ);
     546            ps2kInsertQueue(pQueue, val);
    547547        }
    548548    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette