Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_EnableUNICODE(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_EnableUNICODE !!!SDL_EnableUNICODE NAME SYNOPSIS DESCRIPTION RETURN VALUE SEE ALSO ---- !!NAME SDL_EnableUNICODE- Enable UNICODE translation !!SYNOPSIS __#include __ __int SDL_EnableUNICODE__(__int enable__); !!DESCRIPTION Enables/Disables UNICODE keyboard translation. If you wish to translate a keysym to it's printable representation, you need to enable UNICODE translation using this function (__enable__=0) and then look in the __unicode__ member of the __SDL_keysym__ structure. This value will be zero for keysyms that do not have a printable representation. UNICODE translation is disabled by default as the conversion can cause a slight overhead. !!RETURN VALUE Returns the previous translation mode. !!SEE ALSO __SDL_keysym__ ----
One page links to
SDL_EnableUNICODE(3)
:
SDLManPages
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.