Skip to content

Instantly share code, notes, and snippets.

@buckle2000
buckle2000 / SDL_IME_Text.cpp
Created April 17, 2016 03:39
IME Test of SDL 2.0.4
#include <SDL.h>
#include <string.h>
#include <stdio.h>
#include <string>
char text[1000];
char *composition;
Sint32 cursor;
Sint32 selection_len;