@@ -0,0 +1,12 @@
#ifndef AMIPATHY_PACKET_H
#define AMIPATHY_PACKET_H
struct packet {
uint8_t magic;
uint16_t x, y;
uint8_t mouse0;
uint8_t mouse1;
uint16_t sum;
};
#endif //AMIPATHY_PACKET_H
The note is not visible to the blocked user.