mirror of
https://github.com/yeslayla/golang-game-framework.git
synced 2025-12-06 17:23:25 +01:00
Simple keyboard input & pause system
This commit is contained in:
7
sdl/event_handler.go
Normal file
7
sdl/event_handler.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package sdl
|
||||
|
||||
import (
|
||||
"github.com/veandco/go-sdl2/sdl"
|
||||
)
|
||||
|
||||
type SdlEventHandler func(sdl.Event)
|
||||
Reference in New Issue
Block a user