Grx.ButtonEvent

const Grx = imports.gi.Grx;

let buttonEvent = new Grx.ButtonEvent({
    type: value
    button: value
    modifiers: value
});
  

Structure that holds information about a pointer button press event.