Annotated edit history of
SDL_EnableUNICODE(3) version 1, including all changes.
View license author blame.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
SDL_EnableUNICODE |
|
|
2 |
!!!SDL_EnableUNICODE |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
RETURN VALUE |
|
|
7 |
SEE ALSO |
|
|
8 |
---- |
|
|
9 |
!!NAME |
|
|
10 |
|
|
|
11 |
|
|
|
12 |
SDL_EnableUNICODE- Enable UNICODE translation |
|
|
13 |
!!SYNOPSIS |
|
|
14 |
|
|
|
15 |
|
|
|
16 |
__#include __ |
|
|
17 |
|
|
|
18 |
|
|
|
19 |
__int SDL_EnableUNICODE__(__int |
|
|
20 |
enable__); |
|
|
21 |
!!DESCRIPTION |
|
|
22 |
|
|
|
23 |
|
|
|
24 |
Enables/Disables UNICODE keyboard translation. |
|
|
25 |
|
|
|
26 |
|
|
|
27 |
If you wish to translate a keysym to it's printable |
|
|
28 |
representation, you need to enable UNICODE translation using |
|
|
29 |
this function (__enable__=0) and then look in the |
|
|
30 |
__unicode__ member of the __SDL_keysym__ structure. |
|
|
31 |
This value will be zero for keysyms that do not have a |
|
|
32 |
printable representation. UNICODE translation is disabled by |
|
|
33 |
default as the conversion can cause a slight |
|
|
34 |
overhead. |
|
|
35 |
!!RETURN VALUE |
|
|
36 |
|
|
|
37 |
|
|
|
38 |
Returns the previous translation mode. |
|
|
39 |
!!SEE ALSO |
|
|
40 |
|
|
|
41 |
|
|
|
42 |
__SDL_keysym__ |
|
|
43 |
---- |
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.