Add new functions

This commit is contained in:
Milan Nikolic 2021-11-11 17:46:15 +01:00
parent bef397e0ae
commit 8ec7b8522a
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
2 changed files with 22 additions and 7 deletions

View file

@ -27,13 +27,6 @@ func GetGestureDetected() Gestures {
return v
}
// GetTouchPointCount - Get number of touch points
func GetTouchPointCount() int32 {
ret := C.GetTouchPointCount()
v := (int32)(ret)
return v
}
// GetGestureHoldDuration - Get gesture hold time in milliseconds
func GetGestureHoldDuration() float32 {
ret := C.GetGestureHoldDuration()