kolibrios/programs/develop/golang/os.go

9 lines
156 B
Go
Raw Normal View History

package os
func Sleep(uint32)
func Event() uint32
func Button() uint32
func Exit()
func Redraw(uint32)
func Window(uint32, uint32, uint32, uint32, string)