Ability to input text and show cursor+return last char pos from glyph renderer

This commit is contained in:
bloeys
2022-07-12 13:10:20 +04:00
parent 8dfedbe030
commit 68962238e2
4 changed files with 150 additions and 66 deletions

1
go.mod
View File

@ -9,6 +9,7 @@ require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/inkyblackness/imgui-go/v4 v4.3.0
github.com/veandco/go-sdl2 v0.4.10
golang.org/x/exp v0.0.0-20220706164943-b4a6d9510983
golang.org/x/image v0.0.0-20220617043117-41969df76e82
)