mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-13 02:17:07 +03:00
9 lines
156 B
Go
9 lines
156 B
Go
|
package os
|
||
|
|
||
|
func Sleep(uint32)
|
||
|
func Event() uint32
|
||
|
func Button() uint32
|
||
|
func Exit()
|
||
|
func Redraw(uint32)
|
||
|
func Window(uint32, uint32, uint32, uint32, string)
|