Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork37
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
· 2 commits to main since this release
19.1.0
HexDecimal Kyle Benesch
This tag was signed with the committer’sverified signature.
651f58f
This commit was signed with the committer’sverified signature.
Added
- Added text input support to
tcod.sdl.video.Window
which was missing since the SDL3 update.
After creating a context useassert context.sdl_window
orif context.sdl_window:
to verify that an SDL window exists then usecontext.sdl_window.start_text_input
to enable text input events.
Keep in mind that this can open an on-screen keyboard.
Assets2
Uh oh!
There was an error while loading.Please reload this page.