SdlxMouseButtonEvent constructor
SdlxMouseButtonEvent({})
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,
});