Exemple #1
0
func (osx *osxSystemObject) Think() {
	globalLock.Lock()
	defer globalLock.Unlock()
	C.Think()
}
Exemple #2
0
func (osx *osxSystemObject) Think() {
	C.Think()
}