C# 클래스 MegaMan.Engine.Program

파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine

공개 프로퍼티들

프로퍼티 타입 설명
rand System.Random

공개 메소드들

메소드 설명
KeyDown ( Keys key ) : bool

비공개 메소드들

메소드 설명
GetAsyncKeyState ( int vKey ) : short
Main ( ) : void
PeekMessage ( MSG &msg, IntPtr hwnd, uint messageFilterMin, uint messageFilterMax, uint flags ) : bool

메소드 상세

KeyDown() 공개 정적인 메소드

public static KeyDown ( Keys key ) : bool
key Keys
리턴 bool

프로퍼티 상세

rand 공개적으로 정적으로 프로퍼티

public static Random,System rand
리턴 System.Random