Revision bc24a225 console.h

b/console.h
35 35
void kbd_mouse_event(int dx, int dy, int dz, int buttons_state);
36 36
int kbd_mouse_is_absolute(void);
37 37

  
38
struct mouse_transform_info_s {
38
struct MouseTransformInfo {
39 39
    /* Touchscreen resolution */
40 40
    int x;
41 41
    int y;

Also available in: Unified diff