Add SetMainLoop() function
This commit is contained in:
parent
2bfca1f330
commit
1fec9fe2f0
4 changed files with 17 additions and 0 deletions
|
@ -32,6 +32,10 @@ func SetCallbackFunc(func(unsafe.Pointer)) {
|
|||
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