C# 클래스 GLSharp.Core.JsInputProvider

상속: IInputProvider
파일 보기 프로젝트 열기: colin-dumitru/GLSharp

공개 메소드들

메소드 설명
Initialize ( CanvasElement canvas, int screenX, int screenY ) : void
KeySet ( int key ) : bool

비공개 메소드들

메소드 설명
KeyDown ( System.Html.ElementEvent e ) : void
KeyUp ( System.Html.ElementEvent e ) : void
MouseDown ( System.Html.ElementEvent e ) : void
MouseMove ( System.Html.ElementEvent e ) : void
MouseUp ( System.Html.ElementEvent e ) : void

메소드 상세

Initialize() 공개 메소드

public Initialize ( CanvasElement canvas, int screenX, int screenY ) : void
canvas System.Html.CanvasElement
screenX int
screenY int
리턴 void

KeySet() 공개 메소드

public KeySet ( int key ) : bool
key int
리턴 bool