Grx.TouchEvent

const Grx = imports.gi.Grx;

let touchEvent = new Grx.TouchEvent({
    type: value
    id: value
    x: value
    y: value
    modifiers: value
});
  

Structure that holds information about a touch event.