Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 |
public CycleTimerCompleted ( object state ) : void | ||
state | object | |
Результат | void |
public Initialise ( IEmulatedSystem system ) : void | ||
system | IEmulatedSystem | |
Результат | void |
public Interrupt ( int &additionalCycles ) : void | ||
additionalCycles | int | |
Результат | void |
public Keyboard ( IWorkspace workspace ) : System | ||
workspace | IWorkspace | |
Результат | System |
public Query ( uint &manufacturer, uint &hardwareType, ushort &revision ) : void | ||
manufacturer | uint | |
hardwareType | uint | |
revision | ushort | |
Результат | void |