Query: sdl_enableunicode
OS: opensolaris
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SDL_EnableUNICODE(3) SDL API Reference SDL_EnableUNICODE(3)NAMESDL_EnableUNICODE - Enable UNICODE translationSYNOPSIS#include "SDL.h" int SDL_EnableUNICODE(int enable);DESCRIPTIONEnables/Disables Unicode keyboard translation. To obtain the character codes corresponding to received keyboard events, Unicode translation must first be turned on using this function. The translation incurs a slight overhead for each keyboard event and is therefore disabled by default. For each subsequently received key down event, the unicode member of the SDL_keysym structure will then contain the corresponding character code, or zero for keysyms that do not correspond to any character code. A value of 1 for enable enables Unicode translation; 0 disables it, and -1 leaves it unchanged (useful for querying the current translation mode). Note that only key press events will be translated, not release events.RETURN VALUEReturns the previous translation mode (0 or 1).SEE ALSOSDL_keysymSDLTue 11 Sep 2001, 22:59 SDL_EnableUNICODE(3)
Related Man Pages |
---|
ldap_8859_to_t61(3ldap) - opensolaris |
ldap_enable_translation(3ldap) - opensolaris |
sdl_keysym(3) - debian |
sdl_keysym(3) - suse |
sdl::event(3) - suse |
Similar Topics in the Unix Linux Community |
---|
Trying to block signal |
What does this mean? |
Study UNIX Kernel |
Grep the 'not running' jobs and will send the update in mail with its name(job) |
What is good? |