C# Class CK.Keyboard.Key

Inheritance: IKey, IKeyPropertyHolder, IStructuredSerializable
Datei anzeigen Open project: Invenietis/ck-certified Class Usage Examples

Private Properties

Property Type Description
DestroyConfig void
IStructuredSerializable void
IStructuredSerializable void
Key System
OnKeyPressed void
OnPropertyChanged void
SetIndex void

Public Methods

Method Description
Destroy ( ) : void
Push ( ) : void
Release ( ) : void
Release ( bool doPress ) : void
RepeatPressed ( ) : void

Private Methods

Method Description
DestroyConfig ( ) : void
IStructuredSerializable ( IStructuredReader sr ) : void
IStructuredSerializable ( IStructuredWriter sw ) : void
Key ( Zone z, int index ) : System
OnKeyPressed ( ) : void
OnPropertyChanged ( KeyPropertyChangedEventArgs e ) : void
SetIndex ( Zone newZone, int i ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

Push() public method

public Push ( ) : void
return void

Release() public method

public Release ( ) : void
return void

Release() public method

public Release ( bool doPress ) : void
doPress bool
return void

RepeatPressed() public method

public RepeatPressed ( ) : void
return void