ecore-wl2: Add pointer fields to input structure

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-09-10 13:00:48 -04:00
parent 9009367421
commit 0a2bcb775b
1 changed files with 7 additions and 0 deletions

View File

@ -136,6 +136,13 @@ struct _Ecore_Wl2_Input
Ecore_Timer *timer;
} cursor;
struct
{
double sx, sy;
unsigned int button;
unsigned int enter_serial;
} pointer;
struct
{
Ecore_Wl2_Window *pointer;