Property | Type | Description | |
---|---|---|---|
ToolsListBox_SelectedItemChanged | void |
Method | Description | |
---|---|---|
LayeredConsoleEditor ( ) : System | ||
Load ( string file, FileLoaders loader ) : void | ||
Move ( int x, int y ) : void | ||
New ( Color foreground, Color background, int width, int height ) : void | ||
OnClosed ( ) : void | ||
OnDeselected ( ) : void | ||
OnSelected ( ) : void | ||
ProcessKeyboard ( |
||
ProcessMouse ( IConsole console, SadConsole info ) : bool | ||
Render ( ) : void | ||
Reset ( ) : void | ||
Resize ( int width, int height ) : void | ||
Save ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
ToolsListBox_SelectedItemChanged ( object sender, SadConsole |
public Load ( string file, FileLoaders loader ) : void | ||
file | string | |
loader | FileLoaders | |
return | void |
public New ( Color foreground, Color background, int width, int height ) : void | ||
foreground | Color | |
background | Color | |
width | int | |
height | int | |
return | void |
public ProcessKeyboard ( |
||
info | ||
return | bool |
public ProcessMouse ( IConsole console, SadConsole info ) : bool | ||
console | IConsole | |
info | SadConsole | |
return | bool |
public Resize ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |