SdlxWindowEvent constructor

SdlxWindowEvent({
  1. int type = 0,
  2. int reserved = 0,
  3. int timestamp = 0,
  4. int windowId = 0,
  5. int data1 = 0,
  6. int data2 = 0,
})

Implementation

SdlxWindowEvent({
  super.type = 0,
  super.reserved = 0,
  super.timestamp = 0,
  this.windowId = 0,
  this.data1 = 0,
  this.data2 = 0,
});