mirror of https://github.com/encounter/SDL.git
parent
61f3662c95
commit
6a881302ad
|
@ -40,7 +40,7 @@ extern void SDL_IBus_Reset(void);
|
||||||
|
|
||||||
/* Sends a keypress event to IBus, returns SDL_TRUE if IBus used this event to
|
/* Sends a keypress event to IBus, returns SDL_TRUE if IBus used this event to
|
||||||
update its candidate list or change input methods. PumpEvents should be
|
update its candidate list or change input methods. PumpEvents should be
|
||||||
called some time after this, to recieve the TextInput / TextEditing event back. */
|
called some time after this, to receive the TextInput / TextEditing event back. */
|
||||||
extern SDL_bool SDL_IBus_ProcessKeyEvent(Uint32 keysym, Uint32 keycode, Uint8 state);
|
extern SDL_bool SDL_IBus_ProcessKeyEvent(Uint32 keysym, Uint32 keycode, Uint8 state);
|
||||||
|
|
||||||
/* Update the position of IBus' candidate list. If rect is NULL then this will
|
/* Update the position of IBus' candidate list. If rect is NULL then this will
|
||||||
|
|
Loading…
Reference in New Issue