C# Class Ypsilon.Core.Input.InputEventMouse

Inheritance: InputEvent
Afficher le fichier Open project: ZaneDubya/YCPU Class Usage Examples

Méthodes publiques

Méthode Description
InputEventMouse ( MouseEvent eventType, InputEventMouse parent ) : Microsoft.Xna.Framework
InputEventMouse ( MouseEvent eventType, WinMouseButtons button, int clicks, int x, int y, int mouseData, WinKeys modifiers ) : Microsoft.Xna.Framework
IsEvent ( MouseEvent e, MouseButton b ) : bool

Method Details

InputEventMouse() public méthode

public InputEventMouse ( MouseEvent eventType, InputEventMouse parent ) : Microsoft.Xna.Framework
eventType MouseEvent
parent InputEventMouse
Résultat Microsoft.Xna.Framework

InputEventMouse() public méthode

public InputEventMouse ( MouseEvent eventType, WinMouseButtons button, int clicks, int x, int y, int mouseData, WinKeys modifiers ) : Microsoft.Xna.Framework
eventType MouseEvent
button WinMouseButtons
clicks int
x int
y int
mouseData int
modifiers WinKeys
Résultat Microsoft.Xna.Framework

IsEvent() public méthode

public IsEvent ( MouseEvent e, MouseButton b ) : bool
e MouseEvent
b MouseButton
Résultat bool