Registriert seit: 4. Jun 2010
15.785 Beiträge
|
Text Input in SDL3
Gestern, 19:40
For text input there is a special way and a special event in place in SDL3. The SDL_EVENT_TEXT_INPUT Event and PAnsiChar? The SDL_EVENT_TEXT_INPUT event has the follwing structure: You can see that apart from the first four fields, which all events have in common, it has just one further field, called text. It is of … <a href="https://www.freepascal-meets-sdl.net/text-input-in-sdl3/" class="more-link">Continue reading Text Input in SDL3
|