event: Add a comment at Modifier

Updates #926
This commit is contained in:
Hajime Hoshi 2019-09-03 01:18:17 +09:00
parent 25a2bf3c1f
commit ba08a5bb55

View File

@ -18,6 +18,7 @@ import (
"github.com/hajimehoshi/ebiten/internal/driver" "github.com/hajimehoshi/ebiten/internal/driver"
) )
// Modifier is a bit set of modifier keys on a keyboard.
type Modifier int type Modifier int
const ( const (