output map struct
More...
#include <board.h>
|
|
float | x1 |
| | x1 position
|
| |
|
float | x2 |
| | x2 position
|
| |
|
float | y1 |
| | y1 position
|
| |
|
float | y2 |
| | y2 position
|
| |
|
float | cx |
| | center x position
|
| |
|
float | cy |
| | center y position
|
| |
|
float | r |
| | radius
|
| |
|
char | name [10] |
| | region name
|
| |
|
unsigned short | id |
| | region ID
|
| |
|
void * | status |
| | rcontrol status
|
| |
|
unsigned char | update |
| | need draw update
|
| |
|
union { | |
| |
|
unsigned char value | |
| | updated value
|
| |
|
short value_s | |
| | updated value short
|
| |
|
float value_f | |
| | updated value float
|
| |
| }; | | |
| |
The documentation for this struct was generated from the following file: