mirror of
https://github.com/yeslayla/golang-game-framework.git
synced 2025-09-13 19:43:58 +02:00
Upgrade sdl version, implement embed rendering, and more!
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
package input
|
||||
|
||||
type InputHandler interface {
|
||||
IsKeyDown(uint) bool
|
||||
IsKeyJustPressed(uint) bool
|
||||
IsKeyJustReleased(uint) bool
|
||||
IsKeyDown(uint32) bool
|
||||
IsKeyJustPressed(uint32) bool
|
||||
IsKeyJustReleased(uint32) bool
|
||||
Update(delta float64) error
|
||||
}
|
||||
|
Reference in New Issue
Block a user