Add SDL backend
This commit is contained in:
parent
15fba7e9ac
commit
af9daf8452
24 changed files with 6485 additions and 89 deletions
|
@ -14,7 +14,7 @@ func SetGesturesEnabled(gestureFlags uint32) {
|
|||
|
||||
// IsGestureDetected - Check if a gesture have been detected
|
||||
func IsGestureDetected(gesture Gestures) bool {
|
||||
cgesture := (C.int)(gesture)
|
||||
cgesture := (C.uint)(gesture)
|
||||
ret := C.IsGestureDetected(cgesture)
|
||||
v := bool(ret)
|
||||
return v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue