log modules/sdl.tp @ 347:ff7ea11b4b60

age author description
Wed, 08 Apr 2015 19:29:52 -0700 Michael Pavone Actually call SDL_WaitEvent rather than SDL_PollEvent in the waitEvent method
Mon, 30 Mar 2015 19:12:40 -0700 Michael Pavone Add width and height accessors to texture objects in SDL module
Sun, 29 Mar 2015 09:43:24 -0700 Michael Pavone Added binding for SDL_SetTextureColorMod and SDL_GetTextureColorMod and updated the Freetype sample to use it for setting the color of text
Sat, 28 Mar 2015 14:21:22 -0700 Michael Pavone Initial work on a UI module
Thu, 19 Mar 2015 22:40:43 -0700 Michael Pavone Add bindings for SDL_CreateTexture, SDL_LockTexture, SDL_SetBlendMode and SDL_GetBlendMode in SDL module
Thu, 24 Jul 2014 09:43:18 -0700 Michael Pavone Add binding for sdl mouse motion event
Tue, 22 Jul 2014 23:35:08 -0700 Michael Pavone Initial work on event support in SDL module