pick method

  1. @JS('pick')
void pick(
  1. int x,
  2. int y
)

Implementation

@JS('pick')
external void pick(int x, int y);