C# Class RekdEngine.Event.GameEventListener

Afficher le fichier Open project: Naronco/Rekd-Sharp

Méthodes publiques

Méthode Description
RunClickEvent ( ContainerControl Window, MouseEventArgs e ) : void
RunDeviceResetEvent ( ContainerControl Window, SharpDX.Direct3D9.Device e ) : void
RunKeyDownEvent ( ContainerControl Window, KeyEventArgs e ) : void
RunKeyUpEvent ( ContainerControl Window, KeyEventArgs e ) : void
RunPreCloseEvent ( ContainerControl Window, FormClosingEventArgs e ) : void
RunResizeEvent ( ContainerControl Window, Size e ) : void

Method Details

RunClickEvent() public static méthode

public static RunClickEvent ( ContainerControl Window, MouseEventArgs e ) : void
Window System.Windows.Forms.ContainerControl
e MouseEventArgs
Résultat void

RunDeviceResetEvent() public static méthode

public static RunDeviceResetEvent ( ContainerControl Window, SharpDX.Direct3D9.Device e ) : void
Window System.Windows.Forms.ContainerControl
e SharpDX.Direct3D9.Device
Résultat void

RunKeyDownEvent() public static méthode

public static RunKeyDownEvent ( ContainerControl Window, KeyEventArgs e ) : void
Window System.Windows.Forms.ContainerControl
e System.Windows.Forms.KeyEventArgs
Résultat void

RunKeyUpEvent() public static méthode

public static RunKeyUpEvent ( ContainerControl Window, KeyEventArgs e ) : void
Window System.Windows.Forms.ContainerControl
e System.Windows.Forms.KeyEventArgs
Résultat void

RunPreCloseEvent() public static méthode

public static RunPreCloseEvent ( ContainerControl Window, FormClosingEventArgs e ) : void
Window System.Windows.Forms.ContainerControl
e System.Windows.Forms.FormClosingEventArgs
Résultat void

RunResizeEvent() public static méthode

public static RunResizeEvent ( ContainerControl Window, Size e ) : void
Window System.Windows.Forms.ContainerControl
e System.Drawing.Size
Résultat void