OnPointerLocationChangedCallback typedef

OnPointerLocationChangedCallback = void Function(int sender, int cx, int cy)

Implementation

typedef OnPointerLocationChangedCallback = void Function(
    int sender, int cx, int cy);