log samples/sdl.tp @ 377:93c28eee141e default tip

age author description
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
Tue, 22 Jul 2014 18:39:00 -0700 Michael Pavone Add binding for simple form of SDL_RenderCopyEx
Tue, 22 Jul 2014 08:32:39 -0700 Michael Pavone Add another SDL_RenderCopy binding in the form of copyRect:To
Mon, 21 Jul 2014 20:27:38 -0700 Michael Pavone Add copyTo method to texture that allows copying to a rectangular region on the renderer rather than stretching to fit the entire renderer
Mon, 21 Jul 2014 19:11:15 -0700 Michael Pavone Store renderer pointer in texture object since the texture can only be used with the renderer it was created with