Versions in this module Expand all Collapse all v0 v0.0.2 Apr 20, 2026 Changes in this version + type Mouse struct + DraggedLeft bool + X int + Y int + func NewMouse() *Mouse + func (m *Mouse) Draw(screen *ebiten.Image) + func (s *Mouse) Update()