Grx.MotionEvent

const Grx = imports.gi.Grx;

let motionEvent = new Grx.MotionEvent({
    type: value
    x: value
    y: value
    modifiers: value
});
  

Structure that holds information about a pointer motion event.