예제 #1
0
파일: view.go 프로젝트: mikkeloscar/go-wlc
// ViewUnfocus unfocuses all views.
func ViewUnfocus() {
	C.wlc_view_focus(0)
}
예제 #2
0
파일: view.go 프로젝트: mikkeloscar/go-wlc
// Focus focuses view.
func (v View) Focus() {
	C.wlc_view_focus(C.wlc_handle(v))
}