示例#1
0
文件: keys.go 项目: twstrike/coyim
func hasState(evk gdki.EventKey, s gdki.ModifierType) bool {
	return evk.State()&uint(s) != 0
}