New Ebiten package inpututil

hajimehoshi

Hajime Hoshi

Posted on February 12, 2018

New Ebiten package inpututil

Hi all,

This is the very first post for Ebiten, my own game library in Go. I didn't have any places to announce the recent updates of Ebiten until now, and I started that here now!

I'd like to announce that I have introduced a new package, inpututil! With this package, for example, you can detect the key is pressed just in the current frame (IsKeyJustPressed). This is a very common idiom, and the package would help you do such things.

Enjoy!

💖 💪 🙅 🚩
hajimehoshi
Hajime Hoshi

Posted on February 12, 2018

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related