#include <PalmTypes.h>
#include <Rect.h>
#include <sections.h>
Go to the source code of this file.
Functions | |
Int8 | minimapGetShowing (void) |
is the minimap showing | |
void | minimapSetShowing (Int8 show) MINIMAP_SECTION |
set whether the minimap is showing | |
Int8 | minimapGetDetailed (void) |
get the detailed flag (fast devices can render details) | |
void | minimapSetDetailed (Int8 detailed) MINIMAP_SECTION |
set detailed flag for minimap | |
void | minimapPlace (RectangleType *pos) |
set the location of the minimap on the display | |
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 | |
void | minimapIntersect (const RectangleType *other, RectangleType *dest) |
get the intersection of the other rectangle and the dest rectangle |
Definition in file minimap.h.
|
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. |