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:
parent
ff865c297b
commit
c816f756b3
3 changed files with 117 additions and 6 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue