C# Class KeymapGenerator.Models.Keymap

Exibir arquivo Open project: jreardon/KeymapGenerator Class Usage Examples

Public Methods

Method Description
Keymap ( ) : System
Keymap ( int row, int col ) : System
UpdateDisplayText ( ) : void

Method Details

Keymap() public method

public Keymap ( ) : System
return System

Keymap() public method

public Keymap ( int row, int col ) : System
row int
col int
return System

UpdateDisplayText() public method

public UpdateDisplayText ( ) : void
return void