mirror of
https://github.com/yawut/SDL.git
synced 2026-04-02 07:04:54 -05:00
The functions to show/hide/toggle the on-screen keyboard have been folded into the text input state. Calling SDL_StartTextInput() will automatically show the on-screen keyboard if it's available. Calling SDL_StopTextInput() will automatically hide the on-screen keyboard if it's available. There is a new API function SDL_IsTextInputActive() which will return whether text input is currently active. Text input is disabled by default, you must call SDL_StartTextInput() when you are ready to accept text input. SDL_HasScreenKeyboardSupport() no longer needs to be passed a window. The iPhone-specific on-screen keyboard functions have been removed. |
||
|---|---|---|
| .. | ||
| automated | ||
| nds-test-progs | ||
| shapes | ||
| test-automation | ||
| acinclude.m4 | ||
| aclocal.m4 | ||
| autogen.sh | ||
| checkkeys.c | ||
| common.c | ||
| common.h | ||
| configure | ||
| configure.in | ||
| COPYING | ||
| gcc-fat.sh | ||
| icon.bmp | ||
| loopwave.c | ||
| Makefile.in | ||
| moose.dat | ||
| picture.xbm | ||
| README | ||
| sample.bmp | ||
| sample.wav | ||
| testatomic.c | ||
| testaudioinfo.c | ||
| testdraw2.c | ||
| testerror.c | ||
| testfile.c | ||
| testgesture.c | ||
| testgl2.c | ||
| testgles.c | ||
| testhaptic.c | ||
| testiconv.c | ||
| testime.c | ||
| testintersections.c | ||
| testjoystick.c | ||
| testkeys.c | ||
| testloadso.c | ||
| testlock.c | ||
| testmessage.c | ||
| testmultiaudio.c | ||
| testnative.c | ||
| testnative.h | ||
| testnativecocoa.m | ||
| testnativew32.c | ||
| testnativex11.c | ||
| testoverlay2.c | ||
| testplatform.c | ||
| testpower.c | ||
| testrelative.c | ||
| testrendercopyex.c | ||
| testrendertarget.c | ||
| testresample.c | ||
| testrumble.c | ||
| testscale.c | ||
| testsem.c | ||
| testshader.c | ||
| testshape.c | ||
| testsprite2.c | ||
| testspriteminimal.c | ||
| teststreaming.c | ||
| testthread.c | ||
| testtimer.c | ||
| testver.c | ||
| testwm2.c | ||
| torturethread.c | ||
| utf8.txt | ||
These are test programs for the SDL library: checkkeys Watch the key events to check the keyboard loopwave Audio test -- loop playing a WAV file testaudioinfo Lists audio device capabilities testcdrom Sample audio CD control program testerror Tests multi-threaded error handling testfile Tests RWops layer testgl2 A very simple example of using OpenGL with SDL testhread Hacked up test of multi-threading testiconv Tests international string conversion testjoystick List joysticks and watch joystick events testkeys List the available keyboard keys testloadso Tests the loadable library layer testlock Hacked up test of multi-threading and locking testmultiaudio Tests using several audio devices testoverlay2 Tests the overlay flickering/scaling during playback. testpalette Tests palette color cycling testplatform Tests types, endianness and cpu capabilities testsem Tests SDL's semaphore implementation testshape Tests shaped windows testsprite2 Example of fast sprite movement on the screen testtimer Test the timer facilities testver Check the version and dynamic loading and endianness testwm2 Test window manager -- title, icon, events torturethread Simple test for thread creation/destruction