C# Class Devices.GenericKeyboard.Keyboard

Inheritance: IHardwareDevice
Afficher le fichier Open project: kierenj/0x10c-DevKit

Méthodes publiques

Méthode Description
CycleTimerCompleted ( object state ) : void
Initialise ( IEmulatedSystem system ) : void
Interrupt ( int &additionalCycles ) : void
Keyboard ( IWorkspace workspace ) : System
Pulse ( ) : void
Query ( uint &manufacturer, uint &hardwareType, ushort &revision ) : void
Reset ( ) : void
Unload ( ) : void

Private Methods

Méthode Description
GetKeyInfo ( System.Windows.Input.KeyEventArgs keyEventArgs, char &key ) : int
GetKeyboardState ( byte lpKeyState ) : bool
InitDictionary ( ) : void
MapVirtualKey ( uint uCode, MapType uMapType ) : uint
ToUnicode ( uint wVirtKey, uint wScanCode, byte lpKeyState, [ SizeParamIndex = 4)]StringBuilderpwszBuff, int cchBuff, uint wFlags ) : int
UiOnKeyEvent ( object sender, System.Windows.Input.KeyEventArgs keyEventArgs ) : void

Method Details

CycleTimerCompleted() public méthode

public CycleTimerCompleted ( object state ) : void
state object
Résultat void

Initialise() public méthode

public Initialise ( IEmulatedSystem system ) : void
system IEmulatedSystem
Résultat void

Interrupt() public méthode

public Interrupt ( int &additionalCycles ) : void
additionalCycles int
Résultat void

Keyboard() public méthode

public Keyboard ( IWorkspace workspace ) : System
workspace IWorkspace
Résultat System

Pulse() public méthode

public Pulse ( ) : void
Résultat void

Query() public méthode

public Query ( uint &manufacturer, uint &hardwareType, ushort &revision ) : void
manufacturer uint
hardwareType uint
revision ushort
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Unload() public méthode

public Unload ( ) : void
Résultat void