flutterxel_core_btnp method

bool flutterxel_core_btnp(
  1. int key,
  2. int hold,
  3. int period
)

Implementation

bool flutterxel_core_btnp(int key, int hold, int period) {
  return _flutterxel_core_btnp(key, hold, period);
}