Example #1
0
func hasEnter(evk gdki.EventKey) bool {
	return evk.KeyVal() == gdki.KEY_Return ||
		evk.KeyVal() == gdki.KEY_KP_Enter
}