Exemplo n.º 1
0
func (linux *linuxSystemObject) Think() {
	C.GlopThink()
}
Exemplo n.º 2
0
func (win32 *win32SystemObject) Think() {
	C.GlopThink()
}
Exemplo n.º 3
0
func (linux *linuxSystemObject) Think() bool {
	C.GlopThink()
	return true
}