C# Class kOS.InputManager

Mostrar archivo Open project: Nivekk/KOS

Public Properties

Property Type Description
LockedCpu CPU

Public Methods

Method Description
Lock ( CPU cpu ) : void
ProcessKeyStrokes ( ) : void
SpecialKey ( kOSKeys key ) : void
Type ( char ch ) : void
Unlock ( ) : void

Private Methods

Method Description
Keydown ( KeyCode code ) : void

Method Details

Lock() public static method

public static Lock ( CPU cpu ) : void
cpu CPU
return void

ProcessKeyStrokes() public static method

public static ProcessKeyStrokes ( ) : void
return void

SpecialKey() public static method

public static SpecialKey ( kOSKeys key ) : void
key kOSKeys
return void

Type() public static method

public static Type ( char ch ) : void
ch char
return void

Unlock() public static method

public static Unlock ( ) : void
return void

Property Details

LockedCpu public_oe static_oe property

public static CPU,kOS LockedCpu
return CPU