Mercurial > sdl-ios-xcode
log src/video/SDL_sysvideo.h @ 3517:e7eec78e4b92
age | author | description |
---|---|---|
Thu, 03 Dec 2009 08:33:39 +0000 | Sam Lantinga | Fixed mouse events for fullscreen windows on Mac OS X |
Wed, 02 Dec 2009 07:38:28 +0000 | Sam Lantinga | On multi-display systems it's perfectly reasonable to have focus on a window on another monitor while the application is fullscreen. |
Tue, 01 Dec 2009 08:56:12 +0000 | Sam Lantinga | Whenever a window becomes fullscreen, shown, unminimized, and has input focus it will change the display to the corresponding fullscreen video mode. |
Tue, 01 Dec 2009 06:15:10 +0000 | Sam Lantinga | Removed a little redundancy in the naming |
Tue, 01 Dec 2009 05:57:15 +0000 | Sam Lantinga | Work in progress on multi-display support: |
Mon, 16 Nov 2009 07:13:07 +0000 | Sam Lantinga | You can specify the format for pixel data in SDL_RenderReadPixels() and SDL_RenderWritePixels() |
Mon, 09 Nov 2009 05:20:11 +0000 | Sam Lantinga | Work in progress on implementation of SDL_RenderReadPixels() and SDL_RenderWritePixels(), code untested. |