MPKEvent - MPKEvent functional interface.| void* | mpkEventGetData(MPKEvent* event); |
typedef struct
{
struct { int key, ctrl, shft, state; } keyboard;
struct { int left, middle, right; } button;
struct { int x, y, dx, dy, xref, yref; } mouse;
XEvent *x;
}
MPKEventXData;
|