Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/batermj/sdlim-test
SDL Input Method test program
https://github.com/batermj/sdlim-test
Last synced: about 19 hours ago
JSON representation
SDL Input Method test program
- Host: GitHub
- URL: https://github.com/batermj/sdlim-test
- Owner: batermj
- Created: 2018-06-01T11:06:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2009-07-03T01:48:58.000Z (over 15 years ago)
- Last Synced: 2024-11-12T15:40:38.377Z (2 months ago)
- Language: C
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
sdlim-test.c is a simple SDL program that prints in a window
the character that was last pressed. It uses SDL_ttf for printing.
The purpose of this program is to help test the new Input Method
support in SDL.The program is based on checkkeys.c (part of the test suite of SDL 1.3)
and showfont.c (part of SDL_ttf), by Sam Lantinga.