Skip to content

Commit

Permalink
minor HandleEvents cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jul 17, 2024
1 parent 06dc443 commit 45a3e9a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions netview/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ type Scene struct {

func (sw *Scene) Init() {
sw.Scene.Init()
sw.HandleEvents()
}

func (sw *Scene) HandleEvents() {
sw.On(events.MouseDown, func(e events.Event) {
sw.MouseDownEvent(e)
sw.NeedsRender()
Expand Down

0 comments on commit 45a3e9a

Please sign in to comment.