player_graphics2d_cmd_points Struct Reference
#include <player.h>
Detailed Description
Data: This interface produces no data. Requests: This interface accepts no requests. Command: Draw points (PLAYER_GRAPHICS2D_CMD_POINTS) Draw some points.Public Attributes | |
uint16_t | count |
Number of points in this packet. | |
player_point_2d_t | points [PLAYER_GRAPHICS2D_MAX_POINTS] |
Array of points. | |
player_color_t | color |
Color in which the points should be drawn. |
Member Data Documentation
uint16_t player_graphics2d_cmd_points::count |
Number of points in this packet.
player_point_2d_t player_graphics2d_cmd_points::points[PLAYER_GRAPHICS2D_MAX_POINTS] |
Array of points.
Color in which the points should be drawn.
The documentation for this struct was generated from the following file: