C# Class Invert.Core.GraphDesigner.MouseEvent

Afficher le fichier Open project: InvertGames/uFrame.Editor Class Usage Examples

Méthodes publiques

Méthode Description
Begin ( IInputHandler handler ) : void
Cancel ( ) : void
MouseEvent ( ) : System.Collections.Generic
MouseEvent ( ModifierKeyState modifierKeyStates ) : System.Collections.Generic
MouseEvent ( ModifierKeyState modifierKeyStates, IInputHandler defaultHandler ) : System.Collections.Generic

Method Details

Begin() public méthode

public Begin ( IInputHandler handler ) : void
handler IInputHandler
Résultat void

Cancel() public méthode

public Cancel ( ) : void
Résultat void

MouseEvent() public méthode

public MouseEvent ( ) : System.Collections.Generic
Résultat System.Collections.Generic

MouseEvent() public méthode

public MouseEvent ( ModifierKeyState modifierKeyStates ) : System.Collections.Generic
modifierKeyStates ModifierKeyState
Résultat System.Collections.Generic

MouseEvent() public méthode

public MouseEvent ( ModifierKeyState modifierKeyStates, IInputHandler defaultHandler ) : System.Collections.Generic
modifierKeyStates ModifierKeyState
defaultHandler IInputHandler
Résultat System.Collections.Generic