flutterxel_core_clip method

bool flutterxel_core_clip(
  1. int x,
  2. int y,
  3. int w,
  4. int h,
)

Implementation

bool flutterxel_core_clip(int x, int y, int w, int h) {
  return _flutterxel_core_clip(x, y, w, h);
}