Skip to content

Commit

Permalink
Update test1.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Oct 20, 2023
1 parent 55ee975 commit ff65b4d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test1/test1.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ func main() {
if keys.KeyPressedOnce("a") {
tools.Print("A key pressed")
}

pos := keys.GetMousePos()

tools.Print(pos[0], pos[1])
webzen.Update()
}
}

0 comments on commit ff65b4d

Please sign in to comment.