First attempts to port to SDL2
This commit is contained in:
parent
199776f258
commit
75089ea473
6 changed files with 235 additions and 171 deletions
2
src/im.h
2
src/im.h
|
|
@ -51,7 +51,7 @@ typedef struct IM_DATA {
|
|||
|
||||
void im_init(IM_DATA* im, int lang); /* Initialize IM */
|
||||
void im_softreset(IM_DATA* im); /* Soft Reset IM */
|
||||
int im_read(IM_DATA* im, SDL_keysym ks);
|
||||
int im_read(IM_DATA* im, SDL_Event event);
|
||||
|
||||
|
||||
#endif /* TUXPAINT_IM_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue