C# Class Invert.Core.GraphDesigner.MouseEvent

Show file Open project: InvertGames/uFrame.Editor Class Usage Examples

Public Methods

Method 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 method

public Begin ( IInputHandler handler ) : void
handler IInputHandler
return void

Cancel() public method

public Cancel ( ) : void
return void

MouseEvent() public method

public MouseEvent ( ) : System.Collections.Generic
return System.Collections.Generic

MouseEvent() public method

public MouseEvent ( ModifierKeyState modifierKeyStates ) : System.Collections.Generic
modifierKeyStates ModifierKeyState
return System.Collections.Generic

MouseEvent() public method

public MouseEvent ( ModifierKeyState modifierKeyStates, IInputHandler defaultHandler ) : System.Collections.Generic
modifierKeyStates ModifierKeyState
defaultHandler IInputHandler
return System.Collections.Generic