mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
3c41d37417
* overhaul movable markers * moving markers setting * disable debug * fix conflict with map gestures
17 lines
368 B
C++
17 lines
368 B
C++
PREP(getEnabledChannels);
|
|
PREP(initInsertMarker);
|
|
PREP(mapDisplayInitEH);
|
|
PREP(mapDrawEH);
|
|
PREP(onLBSelChangedChannel);
|
|
PREP(onLBSelChangedColor);
|
|
PREP(onLBSelChangedShape);
|
|
PREP(onSliderPosChangedAngle);
|
|
PREP(placeMarker);
|
|
PREP(sendMarkersJIP);
|
|
PREP(setMarkerJIP);
|
|
PREP(setMarkerNetwork);
|
|
PREP(canMove);
|
|
PREP(onMouseButtonDown);
|
|
PREP(onMouseButtonUp);
|
|
PREP(movePFH);
|