i just love the example... says it all!
Simba Code:MouseMM
~~~~~~~
.. code-block:: pascal
procedure MouseMM(x, y, randX, randY: Integer);
Clicks (x, y) on the MM, taking Map Angle into Account. Be sure to choose the
coords when Map Angle = 0 !
.. note::
by mixster
Example:
.. code-block:: pascal
northPoint := Point(MMCX, MMY1-5); // North part!
MouseMM(NorthPoint.x, NorthPoint.y, 4, 4); //![]()





Reply With Quote