mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
de1c4bc4d9
* Draw Straight Lines * Fix roamer sides, handle closing map mid-draw * Add missing privates / formula notes
11 lines
233 B
C++
11 lines
233 B
C++
PREP(calculateMapScale);
|
|
PREP(canUseMapGPS);
|
|
PREP(canUseMapTools);
|
|
PREP(drawLinesOnRoamer);
|
|
PREP(handleMouseButton);
|
|
PREP(handleMouseMove);
|
|
PREP(isInsideMapTool);
|
|
PREP(openMapGps);
|
|
PREP(openMapGpsUpdate);
|
|
PREP(updateMapToolMarkers);
|