mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
internal/driver: Clean CursorMode values up
This commit is contained in:
parent
2e6e1ed39d
commit
7934c3b22b
@ -17,7 +17,7 @@ package driver
|
||||
type CursorMode int
|
||||
|
||||
const (
|
||||
CursorModeVisible CursorMode = 1 << iota
|
||||
CursorModeVisible CursorMode = iota
|
||||
CursorModeHidden
|
||||
CursorModeCaptured
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user