UNPKG

phaser4-rex-plugins

Version:
8 lines (6 loc) 304 B
import IsPointInBounds from '../bounds/IsPointInBounds.js'; import PointerTest from './PointerTest.js'; var IsPointerInBounds = function (gameObject, pointer, preTest, postTest) { return PointerTest(gameObject, pointer, IsPointInBounds, preTest, postTest) } export default IsPointerInBounds;