C# Class MegaMan.Engine.Program

Datei anzeigen Open project: Tesserex/C--MegaMan-Engine

Public Properties

Property Type Description
rand System.Random

Public Methods

Method Description
KeyDown ( Keys key ) : bool

Private Methods

Method Description
GetAsyncKeyState ( int vKey ) : short
Main ( ) : void
PeekMessage ( MSG &msg, IntPtr hwnd, uint messageFilterMin, uint messageFilterMax, uint flags ) : bool

Method Details

KeyDown() public static method

public static KeyDown ( Keys key ) : bool
key Keys
return bool

Property Details

rand public_oe static_oe property

public static Random,System rand
return System.Random