C# Class winmaped2.map_plugins.BrushTool

Inheritance: IMapDragTileTool, IMapPlugin
Mostra file Open project: Bananattack/verge3

Public Methods

Method Description
MouseDown ( MapEventInfo mei ) : void
MouseMove ( MapEventInfo mei ) : void
MouseMoveTile ( MapEventInfo mei ) : void
MouseUp ( MapEventInfo mei ) : void
getTool ( bool lb, bool rb, bool shift, bool ctrl, bool alt ) : IMapTool

Protected Methods

Method Description
cb ( int x, int y, object tag ) : void
getValue ( MapEventInfo mei ) : int

Method Details

MouseDown() public method

public MouseDown ( MapEventInfo mei ) : void
mei MapEventInfo
return void

MouseMove() public method

public MouseMove ( MapEventInfo mei ) : void
mei MapEventInfo
return void

MouseMoveTile() public method

public MouseMoveTile ( MapEventInfo mei ) : void
mei MapEventInfo
return void

MouseUp() public method

public MouseUp ( MapEventInfo mei ) : void
mei MapEventInfo
return void

cb() protected method

protected cb ( int x, int y, object tag ) : void
x int
y int
tag object
return void

getTool() public method

public getTool ( bool lb, bool rb, bool shift, bool ctrl, bool alt ) : IMapTool
lb bool
rb bool
shift bool
ctrl bool
alt bool
return IMapTool

getValue() protected method

protected getValue ( MapEventInfo mei ) : int
mei MapEventInfo
return int