PrismarineJS / prismarine-web-client

Minecraft web client running in your browser
https://prismarinejs.github.io/prismarine-web-client/
MIT License
444 stars 144 forks source link

Stop moving on unfocus #172

Closed AwesomestCode closed 3 years ago

AwesomestCode commented 3 years ago

Right now if you are pressing W and holding it, and without letting go go to another window, you continue moving.

ShrimpyStuff commented 3 years ago

we can use window.onfocus and window.onblur. I'll pr/code thing now

ShrimpyStuff commented 3 years ago

*this