#include <minimap.h>#include <zakdef.h>#include <globals.h>#include <simcity.h>#include <ui.h>#include <logging.h>#include <resCompat.h>#include <UIColor.h>Go to the source code of this file.
Data Structures | |
| struct | minimap |
| structure containing information about the minimap More... | |
Functions | |
| Int8 | minimapGetShowing (void) |
| is the minimap showing | |
| void | minimapSetShowing (Int8 show) |
| set whether the minimap is showing | |
| Int8 | minimapGetDetailed (void) |
| get the detailed flag (fast devices can render details) | |
| void | minimapSetDetailed (Int8 detailed) |
| set detailed flag for minimap | |
| void | minimapPlace (RectangleType *pos) |
| set the location of the minimap on the display | |
| void | minimapIntersect (const RectangleType *other, RectangleType *dest) |
| get the intersection of the other rectangle and the dest rectangle | |
| void | minimapPaint (void) |
| paint the minimap if it is visible on the screen | |
| Int8 | minimapIsTapped (PointType *point, PointType *percentage) |
| check if the minimap is tapped, returning the age on each axis | |
Variables | |
| minimap | minimap |
| structure containing information about the minimap | |
Definition in file minimap.c.
|
|
get the detailed flag (fast devices can render details)
|
|
|
is the minimap showing
|
|
||||||||||||
|
get the intersection of the other rectangle and the dest rectangle
Definition at line 63 of file minimap.c. Referenced by UIScrollDisplay(). |
|
||||||||||||
|
check if the minimap is tapped, returning the age on each axis
|
|
|
set the location of the minimap on the display
Definition at line 50 of file minimap.c. References getMapHeight, and getMapWidth. |
|
|
set detailed flag for minimap
Definition at line 44 of file minimap.c. References Int8. |
|
|
set whether the minimap is showing
Definition at line 32 of file minimap.c. References Int8. |
1.2.18