call method

  1. @override
Joy call({
  1. Header? header,
  2. List<double>? axes,
  3. List<int>? buttons,
})

Implementation

@override
Joy call({
  Header? header,
  List<double>? axes,
  List<int>? buttons,
}) => Joy(
header: header,
axes: axes,
buttons: buttons,
);