comparison src/events/SDL_keyboard_c.h @ 4434:5c64052fb476

changeset: 4433:25667ea797fa tag: tip user: Jiang Jiang <gzjjgod@gmail.com> date: Thu Apr 15 12:01:46 2010 +0800 summary: Add windowID to text editing event
author Sam Lantinga <slouken@libsdl.org>
date Thu, 15 Apr 2010 22:14:26 -0700
parents f7b03b6838cb
children 3e69e077cb95
comparison
equal deleted inserted replaced
4433:9fa97c6b0014 4434:5c64052fb476
80 80
81 /* Send keyboard text input for a keyboard at an index */ 81 /* Send keyboard text input for a keyboard at an index */
82 extern int SDL_SendKeyboardText(int index, const char *text); 82 extern int SDL_SendKeyboardText(int index, const char *text);
83 83
84 /* Send editing text for selected range from start to end */ 84 /* Send editing text for selected range from start to end */
85 extern int SDL_SendEditingText(const char *text, int start, int end); 85 extern int SDL_SendEditingText(int index, const char *text, int start, int end);
86 86
87 /* Shutdown the keyboard subsystem */ 87 /* Shutdown the keyboard subsystem */
88 extern void SDL_KeyboardQuit(void); 88 extern void SDL_KeyboardQuit(void);
89 89
90 #endif /* _SDL_keyboard_c_h */ 90 #endif /* _SDL_keyboard_c_h */