C# Class StarterProject.CustomConsoles.ScrollableConsole

Inheritance: SadConsole.Consoles.Console
Mostra file Open project: Thraka/SadConsole

Public Methods

Method Description
ProcessMouse ( MouseInfo info ) : bool
Render ( ) : void
ScrollableConsole ( int width, int height, int bufferHeight ) : System
Update ( ) : void

Protected Methods

Method Description
OnPositionChanged ( Point oldLocation ) : void
OnVisibleChanged ( ) : void

Private Methods

Method Description
ScrollBar_ValueChanged ( object sender, EventArgs e ) : void

Method Details

OnPositionChanged() protected method

protected OnPositionChanged ( Point oldLocation ) : void
oldLocation Point
return void

OnVisibleChanged() protected method

protected OnVisibleChanged ( ) : void
return void

ProcessMouse() public method

public ProcessMouse ( MouseInfo info ) : bool
info SadConsole.Input.MouseInfo
return bool

Render() public method

public Render ( ) : void
return void

ScrollableConsole() public method

public ScrollableConsole ( int width, int height, int bufferHeight ) : System
width int
height int
bufferHeight int
return System

Update() public method

public Update ( ) : void
return void