C# Class KeyboardLayouts.VirtualKey

Afficher le fichier Open project: pwsafe/pwsafe Class Usage Examples

Méthodes publiques

Méthode Description
GetShiftState ( ShiftState shiftState, bool capsLock ) : string
SetShiftState ( ShiftState shiftState, string value, bool isDeadKey, bool capsLock ) : void
VirtualKey ( ) : System
VirtualKey ( IntPtr hkl, KeysEx virtualKey ) : System
VirtualKey ( IntPtr hkl, uint scanCode ) : System

Private Methods

Méthode Description
MapVirtualKeyEx ( uint uCode, uint uMapType, IntPtr dwhkl ) : uint

Method Details

GetShiftState() public méthode

public GetShiftState ( ShiftState shiftState, bool capsLock ) : string
shiftState ShiftState
capsLock bool
Résultat string

SetShiftState() public méthode

public SetShiftState ( ShiftState shiftState, string value, bool isDeadKey, bool capsLock ) : void
shiftState ShiftState
value string
isDeadKey bool
capsLock bool
Résultat void

VirtualKey() public méthode

public VirtualKey ( ) : System
Résultat System

VirtualKey() public méthode

public VirtualKey ( IntPtr hkl, KeysEx virtualKey ) : System
hkl System.IntPtr
virtualKey KeysEx
Résultat System

VirtualKey() public méthode

public VirtualKey ( IntPtr hkl, uint scanCode ) : System
hkl System.IntPtr
scanCode uint
Résultat System