C# 클래스 Sharplike.Frontend.Input.TKInputProvider

상속: Sharplike.Core.Input.AbstractInputProvider
파일 보기 프로젝트 열기: eropple/sharplike

공개 메소드들

메소드 설명
Dispose ( ) : void
GetMousePosition ( ) : Point
Poll ( ) : void
ScreenCoordsToTileCoords ( Point screenCoords ) : Point
TKInputProvider ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetMousePosition() 공개 메소드

public GetMousePosition ( ) : Point
리턴 Point

Poll() 공개 메소드

public Poll ( ) : void
리턴 void

ScreenCoordsToTileCoords() 공개 메소드

public ScreenCoordsToTileCoords ( Point screenCoords ) : Point
screenCoords Point
리턴 Point

TKInputProvider() 공개 메소드

public TKInputProvider ( ) : System
리턴 System