~cyphermox/+junk/test-cross-compile

« back to all changes in this revision

Viewing changes to include/shared/mir_toolkit/event.h

When Scroll events come in we don't keep around the android vscroll hscroll data. Store it now. Fixes: https://bugs.launchpad.net/bugs/1233089.

Approved by Daniel van Vugt, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
        float size;
163
163
        float pressure;
164
164
        float orientation;
 
165
        float vscroll;
 
166
        float hscroll;
 
167
 
 
168
        int unused0;
 
169
        int unused1;
 
170
        int unused2;
 
171
        int unused3;
165
172
    } pointer_coordinates[MIR_INPUT_EVENT_MAX_POINTER_COUNT];
 
173
 
 
174
    int unused0;
 
175
    int unused1;
 
176
    int unused2;
 
177
    int unused3;
166
178
} MirMotionEvent;
167
179
 
168
180
typedef struct