Golint
This commit is contained in:
parent
29546140b9
commit
7e1cf349aa
13 changed files with 48 additions and 48 deletions
|
@ -6,10 +6,10 @@ package raylib
|
|||
import "C"
|
||||
import "unsafe"
|
||||
|
||||
// Gestures
|
||||
// Gestures type
|
||||
type Gestures int32
|
||||
|
||||
// Gestures type
|
||||
// Gestures types
|
||||
// NOTE: It could be used as flags to enable only some gestures
|
||||
const (
|
||||
GestureNone Gestures = C.GESTURE_NONE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue