GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A proxy cursor position. More...
#include <gp_proxy_proto.h>
Data Fields | |
uint32_t | type |
Event type set to GP_PROXY_CURSOR_POS. | |
uint32_t | size |
Size is set to header size + sizeof(struct gp_proxy_coord). | |
struct gp_proxy_coord | pos |
A cursor coordinates payload. | |
A proxy cursor position.
Definition at line 248 of file gp_proxy_proto.h.