Skip to content

19.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 09:37
· 3 commits to main since this release
19.1.0
651f58f

Added

  • Added text input support to tcod.sdl.video.Window which was missing since the SDL3 update.
    After creating a context use assert context.sdl_window or if context.sdl_window: to verify that an SDL window exists then use context.sdl_window.start_text_input to enable text input events.
    Keep in mind that this can open an on-screen keyboard.