Mercurial > sdl-ios-xcode
changeset 3192:ec126b077b96
Note about hardware mouse cursor has been added.
author | Mike Gorchak <lestat@i.com.ua> |
---|---|
date | Wed, 10 Jun 2009 18:32:42 +0000 |
parents | 91b335df6fc8 |
children | 64e4442676a6 |
files | README.QNX |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/README.QNX Wed Jun 10 14:00:21 2009 +0000 +++ b/README.QNX Wed Jun 10 18:32:42 2009 +0000 @@ -1,10 +1,11 @@ README.QNX by Mike Gorchak <mike@malva.ua>, <lestat@i.com.ua> -Last changed at 23 Mar 2009. +Last changed at 10 Jun 2009. -QNX Photon and GF drivers are being constructed. +QNX Photon and GF drivers are being constructed, OpenGL ES support is + finished. Still no 2D renderer support in GF and Photon drivers. QNX QSA (QNX Sound Architecture) driver is ready. QNX CDROM driver is ready. -QNX HID input driver is being constructed. +QNX HID input driver is finished. ---------------------- -- SDL QSA driver -- @@ -96,6 +97,8 @@ supported. If your video driver supports low-resolution video modes, please add SDL_GF_LOWRESOLUTION flag to the gf_devicename array in the SDL_qnxgf.c source file. + c) Since GF framework supports hardware mouse cursor only, you'll get +hardware mouse cursor in case of specific graphics driver supports it. ------------------------- -- SDL Photon driver --