Add new functions
This commit is contained in:
parent
bef397e0ae
commit
8ec7b8522a
2 changed files with 22 additions and 7 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue