VirtualBox

Changeset 26690 in vbox


Ignore:
Timestamp:
Feb 22, 2010 10:25:22 PM (15 years ago)
Author:
vboxsync
Message:

Devices/PS/2: do not report that the touchscreen is being touched, as that may be treated as button 1 being held down

File:
1 edited

Legend:

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

    r26650 r26690  
    854854    LogRel3(("%s: cx1=%d, cy1=%d, fButtons=0x%x\n", __PRETTY_FUNCTION__,
    855855             cx1, cy1, fButtons));
    856     b[0] = 4 /* Screen is being touched */ | fButtons;
     856    b[0] = fButtons;
    857857    Assert((b[0] & 0xf8) == 0);
    858858    kbd_queue(s, b[0], aux);
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