callback
callback: {
onTouchBegin?: null | ((client, x, y, fingerID) => void);
onRelease?: null | ((client, angle) => void);
onMove?: null | ((client, normalizedX, normalizedY, angle, inCenter) => void);
}
Type declaration
Optional onTouchBegin?: null | ((client, x, y, fingerID) => void)
Optional onRelease?: null | ((client, angle) => void)
Optional onMove?: null | ((client, normalizedX, normalizedY, angle, inCenter) => void)