C# 클래스 Reign.Input.WinForms.Keyboard
파일 보기
프로젝트 열기: reignstudios/ReignSDK
공개 메소드들
메소드 |
설명 |
|
Dispose ( ) : void |
|
|
Key ( int keyCode ) : Button |
|
|
Keyboard ( IDisposableResource parent ) : System.Windows.Forms |
|
|
Update ( ) : void |
|
|
UpdateEvent ( ApplicationEvent theEvent ) : void |
|
|
메소드 상세
public Key ( int keyCode ) : Button |
keyCode |
int |
|
리턴 |
System.Windows.Forms.Button |
|
public Keyboard ( IDisposableResource parent ) : System.Windows.Forms |
parent |
IDisposableResource |
|
리턴 |
System.Windows.Forms |
|
public Update ( ) : void |
리턴 |
void |
|
public UpdateEvent ( ApplicationEvent theEvent ) : void |
theEvent |
Reign.Core.ApplicationEvent |
|
리턴 |
void |
|