VirtualBox

Changeset 5782 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 16, 2007 8:34:18 PM (17 years ago)
Author:
vboxsync
Message:

Implemented NumLock state synch over VRDP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vrdpapi.h

    r4702 r5782  
    733733#define VRDP_INPUT_CAD      2
    734734#define VRDP_INPUT_RESET    3
     735#define VRDP_INPUT_SYNCH    4
    735736
    736737typedef struct _VRDPINPUTSCANCODE
     
    751752    unsigned uButtons;
    752753} VRDPINPUTPOINT;
     754
     755#define VRDP_INPUT_SYNCH_SCROLL   0x01
     756#define VRDP_INPUT_SYNCH_NUMLOCK  0x02
     757#define VRDP_INPUT_SYNCH_CAPITAL  0x04
     758
     759typedef struct _VRDPINPUTSYNCH
     760{
     761    unsigned uLockStatus;
     762} VRDPINPUTSYNCH;
    753763#pragma pack()
    754764
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