C# Class Dwarrowdelf.Client.SelectionService

Mostrar archivo Open project: tomba/dwarrowdelf

Public Methods

Method Description
SelectionService ( MyGame game, SharpDXHost control, Camera camera ) : System

Private Methods

Method Description
AbortSelection ( ) : void
EndSelection ( IntVector3 p ) : void
OnCursorMoved ( IntVector3 loc ) : void
OnDragAborted ( ) : void
OnDragEnded ( Point pos ) : void
OnDragStarted ( Point pos ) : void
OnDragging ( Point pos ) : void
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnMouseClicked ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
StartSelection ( IntVector3 p, State state ) : void
UpdateSelection ( IntVector3 p ) : void

Method Details

SelectionService() public method

public SelectionService ( MyGame game, SharpDXHost control, Camera camera ) : System
game MyGame
control SharpDXHost
camera Camera
return System