C# Класс DCPU16_ASM.Winforms.UserWindowForm

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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