SdlxMouseButtonEvent constructor

SdlxMouseButtonEvent({
  1. int type = 0,
  2. int reserved = 0,
  3. int timestamp = 0,
  4. int windowId = 0,
  5. int which = 0,
  6. int button = 0,
  7. int down = 0,
  8. int clicks = 0,
  9. double x = 0,
  10. double y = 0,
})

Implementation

SdlxMouseButtonEvent({
  super.type = 0,
  super.reserved = 0,
  super.timestamp = 0,
  this.windowId = 0,
  this.which = 0,
  this.button = 0,
  this.down = 0,
  this.clicks = 0,
  this.x = 0,
  this.y = 0,
});