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 |
Method | Description | |
---|---|---|
cb ( int x, int y, object tag ) : void | ||
getValue ( MapEventInfo mei ) : int |
public MouseMoveTile ( MapEventInfo mei ) : void | ||
mei | MapEventInfo | |
return | void |
protected cb ( int x, int y, object tag ) : void | ||
x | int | |
y | int | |
tag | object | |
return | void |
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 |
protected getValue ( MapEventInfo mei ) : int | ||
mei | MapEventInfo | |
return | int |