C# Class MegaMan.LevelEditor.CursorTool

Inheritance: ITool
显示文件 Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
Click ( ScreenDrawingSurface surface, System location ) : void
Move ( ScreenDrawingSurface surface, System location ) : void
Release ( ScreenDrawingSurface surface ) : void
RightClick ( ScreenDrawingSurface surface, System location ) : void

Method Details

Click() public method

public Click ( ScreenDrawingSurface surface, System location ) : void
surface ScreenDrawingSurface
location System
return void

Move() public method

public Move ( ScreenDrawingSurface surface, System location ) : void
surface ScreenDrawingSurface
location System
return void

Release() public method

public Release ( ScreenDrawingSurface surface ) : void
surface ScreenDrawingSurface
return void

RightClick() public method

public RightClick ( ScreenDrawingSurface surface, System location ) : void
surface ScreenDrawingSurface
location System
return void