DEV Community

Hajime Hoshi
Hajime Hoshi

Posted on

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!

Top comments (0)