~mir-team/mir/in-process-egl+input-conglomeration

« back to all changes in this revision

Viewing changes to src/shared/input/android/android_input_lexicon.cpp

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
                    mir_event.motion.pointer_coordinates[i].size = mev->getSize(i);
75
75
                    mir_event.motion.pointer_coordinates[i].pressure = mev->getPressure(i);
76
76
                    mir_event.motion.pointer_coordinates[i].orientation = mev->getOrientation(i);
77
 
                    mir_event.motion.pointer_coordinates[i].vscroll = mev->getRawAxisValue(AMOTION_EVENT_AXIS_VSCROLL, i);
78
 
                    mir_event.motion.pointer_coordinates[i].hscroll = mev->getRawAxisValue(AMOTION_EVENT_AXIS_HSCROLL, i);
79
77
            }
80
78
            break;
81
79
        }