コード例 #1
0
ファイル: keys.go プロジェクト: twstrike/coyim
func hasState(evk gdki.EventKey, s gdki.ModifierType) bool {
	return evk.State()&uint(s) != 0
}