Fix Android build
This commit is contained in:
parent
a6d36a3699
commit
30c57a1102
13 changed files with 843 additions and 49 deletions
|
@ -28,14 +28,10 @@ func InitWindow(width int32, height int32, t interface{}) {
|
|||
}
|
||||
|
||||
// SetCallbackFunc - Sets callback function
|
||||
func SetCallbackFunc(func(unsafe.Pointer)) {
|
||||
func SetCallbackFunc(func()) {
|
||||
return
|
||||
}
|
||||
|
||||
// SetMainLoop - Sets main loop function
|
||||
func SetMainLoop(f func(), fps, simulateInfiniteLoop int) {
|
||||
}
|
||||
|
||||
// ShowCursor - Shows cursor
|
||||
func ShowCursor() {
|
||||
C.ShowCursor()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue