C# Class SleepHunter.Macro.WindowAutomator.KeyParameter

Afficher le fichier Open project: ewrogers/SleepHunter4

Méthodes publiques

Méthode Description
KeyParameter ( short repeatCount, byte scanCode, bool isExtendedKey = false, bool contextCode = false, bool previousState = false, bool transitionState = true ) : System
KeyParameter ( uint lParam ) : System
ToLParam ( ) : UIntPtr

Method Details

KeyParameter() public méthode

public KeyParameter ( short repeatCount, byte scanCode, bool isExtendedKey = false, bool contextCode = false, bool previousState = false, bool transitionState = true ) : System
repeatCount short
scanCode byte
isExtendedKey bool
contextCode bool
previousState bool
transitionState bool
Résultat System

KeyParameter() public méthode

public KeyParameter ( uint lParam ) : System
lParam uint
Résultat System

ToLParam() public méthode

public ToLParam ( ) : UIntPtr
Résultat System.UIntPtr