dewyatt [Mon, 12 Jul 2010 14:17:43 -0400] rev 4753
Changed Start/StopTextInput back to not take any parameters.
We call SDL_GetKeyboardFocus internally now.
dewyatt [Mon, 12 Jul 2010 11:33:27 -0400] rev 4752
Initial IMM implementation.
IME input should now work fairly well.
dewyatt [Sat, 10 Jul 2010 13:15:47 -0400] rev 4751
Changed StopTextInput to take an SDL_Window parameter.
dewyatt [Thu, 08 Jul 2010 01:35:47 -0400] rev 4750
Changed StartTextInput to take an SDL_Window parameter.
Sam Lantinga <slouken@libsdl.org> [Tue, 06 Jul 2010 08:22:36 -0700] rev 4749
Fixed fullscreen window position
Fixed position calculation for centered windows
dewyatt [Tue, 06 Jul 2010 03:27:22 -0400] rev 4748
Added missing line to make things compile.
dewyatt [Tue, 06 Jul 2010 02:34:49 -0400] rev 4747
Added empty text input functions for win32.
dewyatt [Tue, 06 Jul 2010 02:07:42 -0400] rev 4746
Merge
dewyatt [Tue, 06 Jul 2010 02:06:17 -0400] rev 4745
Many changes, preparing to pull/merge main repo to get SDL_GetKeyboardFocus.
dewyatt [Tue, 06 Jul 2010 02:00:15 -0400] rev 4744
Added mouse button click to toggle IMM.