C# Class Sharplike.Frontend.Input.TKInputProvider

Inheritance: Sharplike.Core.Input.AbstractInputProvider
Show file Open project: eropple/sharplike

Public Methods

Method Description
Dispose ( ) : void
GetMousePosition ( ) : Point
Poll ( ) : void
ScreenCoordsToTileCoords ( Point screenCoords ) : Point
TKInputProvider ( ) : System

Private Methods

Method Description
Form_KeyDown ( object sender, KeyEventArgs e ) : void
Form_KeyUp ( object sender, KeyEventArgs e ) : void
Form_MouseDown ( object sender, MouseEventArgs e ) : void
Form_MouseMove ( object sender, System e ) : void
Form_MouseUp ( object sender, MouseEventArgs e ) : void
Form_MouseWheel ( object sender, MouseEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetMousePosition() public method

public GetMousePosition ( ) : Point
return Point

Poll() public method

public Poll ( ) : void
return void

ScreenCoordsToTileCoords() public method

public ScreenCoordsToTileCoords ( Point screenCoords ) : Point
screenCoords Point
return Point

TKInputProvider() public method

public TKInputProvider ( ) : System
return System