1
0
Fork 0
mirror of https://github.com/rfc2822/GfxTablet synced 2025-10-03 09:39:16 +02:00

added multi-monitor support

This commit is contained in:
Johannes Schuck 2014-11-14 03:10:26 +01:00
parent ff865c297b
commit c816f756b3
3 changed files with 117 additions and 6 deletions

View file

@ -10,6 +10,16 @@
#define EVENT_TYPE_MOTION 0
#define EVENT_TYPE_BUTTON 1
typedef struct
{
int x;
int y;
unsigned width;
unsigned height;
unsigned long mm_height;
unsigned long mm_width;
} gfx_host_monitor;
struct event_packet
{
char signature[9];