C# Class Sharplike.Core.Input.AbstractInputProvider

Inheritance: IDisposable
Afficher le fichier Open project: eropple/sharplike Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetMousePosition ( ) : Point
Poll ( ) : void

Méthodes protégées

Méthode Description
KeyDown ( Keys keycode ) : void
KeyPress ( Keys keycode ) : void
KeyUp ( Keys keycode ) : void
MouseDown ( Keys k, Point screenCoords, Point tileCoords, System.Boolean shift, System.Boolean control, System.Boolean alt ) : void
MouseUp ( Keys k, Point screenCoords, Point tileCoords, System.Boolean shift, System.Boolean control, System.Boolean alt ) : void
MouseWheel ( Keys k, Point screenCoords, Point tileCoords, System.Boolean shift, System.Boolean control, System.Boolean alt ) : void

Method Details

Dispose() public abstract méthode

public abstract Dispose ( ) : void
Résultat void

GetMousePosition() public abstract méthode

public abstract GetMousePosition ( ) : Point
Résultat Point

KeyDown() protected méthode

protected KeyDown ( Keys keycode ) : void
keycode Keys
Résultat void

KeyPress() protected méthode

protected KeyPress ( Keys keycode ) : void
keycode Keys
Résultat void

KeyUp() protected méthode

protected KeyUp ( Keys keycode ) : void
keycode Keys
Résultat void

MouseDown() protected méthode

protected MouseDown ( Keys k, Point screenCoords, Point tileCoords, System.Boolean shift, System.Boolean control, System.Boolean alt ) : void
k Keys
screenCoords Point
tileCoords Point
shift System.Boolean
control System.Boolean
alt System.Boolean
Résultat void

MouseUp() protected méthode

protected MouseUp ( Keys k, Point screenCoords, Point tileCoords, System.Boolean shift, System.Boolean control, System.Boolean alt ) : void
k Keys
screenCoords Point
tileCoords Point
shift System.Boolean
control System.Boolean
alt System.Boolean
Résultat void

MouseWheel() protected méthode

protected MouseWheel ( Keys k, Point screenCoords, Point tileCoords, System.Boolean shift, System.Boolean control, System.Boolean alt ) : void
k Keys
screenCoords Point
tileCoords Point
shift System.Boolean
control System.Boolean
alt System.Boolean
Résultat void

Poll() public abstract méthode

public abstract Poll ( ) : void
Résultat void