예제 #1
0
파일: keys.go 프로젝트: twstrike/coyim
func hasState(evk gdki.EventKey, s gdki.ModifierType) bool {
	return evk.State()&uint(s) != 0
}