C# Class Treefrog.Plugins.Tiles.UI.StaticBrushForm.LocalPointerEventResponder

Inheritance: Treefrog.Presentation.Controllers.PointerEventResponder
ファイルを表示 Open project: jaquadro/Treefrog

Public Methods

Method Description
HandlePointerPosition ( PointerEventInfo info ) : void
LocalPointerEventResponder ( StaticBrushForm form ) : System
SetDrawTool ( ) : void
SetEraseTool ( ) : void

Private Methods

Method Description
TileInRange ( TileCoord location ) : bool
TileLocation ( PointerEventInfo info ) : TileCoord

Method Details

HandlePointerPosition() public method

public HandlePointerPosition ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
return void

LocalPointerEventResponder() public method

public LocalPointerEventResponder ( StaticBrushForm form ) : System
form StaticBrushForm
return System

SetDrawTool() public method

public SetDrawTool ( ) : void
return void

SetEraseTool() public method

public SetEraseTool ( ) : void
return void