flutterxel_core_pget method

int flutterxel_core_pget(
  1. int x,
  2. int y
)

Implementation

int flutterxel_core_pget(int x, int y) {
  return _flutterxel_core_pget(x, y);
}