MouseInputData constructor

MouseInputData({
  1. GDisplayObject? target,
  2. required GDisplayObject dispatcher,
  3. required MouseInputType type,
})

Creates a new instance of MouseInputData.

Implementation

MouseInputData({this.target, required this.dispatcher, required this.type});