C# 클래스 DCPU16_ASM.Winforms.UserWindowForm

파일 보기 프로젝트 열기: densitynz/DCPU-16-ASM.NET 1 사용 예제들

공개 메소드들

메소드 설명
FeedReferences ( Bitmap &_frameBuffer, MainForm &_mainForm ) : void
SetArrayKeyMapping ( arrowMapType _map ) : void

Change arrow key mapping

UserWindowForm ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Quick hack to get arrow keys as Keypress doesn't capture it :/

비공개 메소드들

메소드 설명
GameWindowForm_KeyPress ( object sender, KeyPressEventArgs e ) : void

On keypress

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

pictureBox1_Paint ( object sender, PaintEventArgs e ) : void

Picture box Paint

timer1_Tick ( object sender, EventArgs e ) : void

Tick timer

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

FeedReferences() 공개 메소드

public FeedReferences ( Bitmap &_frameBuffer, MainForm &_mainForm ) : void
_frameBuffer Bitmap
_mainForm MainForm
리턴 void

ProcessCmdKey() 보호된 메소드

Quick hack to get arrow keys as Keypress doesn't capture it :/
protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
리턴 bool

SetArrayKeyMapping() 공개 메소드

Change arrow key mapping
public SetArrayKeyMapping ( arrowMapType _map ) : void
_map arrowMapType
리턴 void

UserWindowForm() 공개 메소드

public UserWindowForm ( ) : System
리턴 System