Qt for Symbian - Detecting touch/non-touch devices...
Posted
by
Nikos
on Stack Overflow
See other posts from Stack Overflow
or by Nikos
Published on 2010-12-21T11:33:46Z
Indexed on
2010/12/21
13:54 UTC
Read the original article
Hit count: 293
I'm porting a game for Symbian which supports both a touch & non-touch UI.
I need to be able to tell if the device has a touch screen on start-up so I can enable the appropriate mode.
After googling for hours and going though the Qt Docs I found QSysInfo but this merely provides the version of the Symbian device.
Is there a way to get the actual capabilities of the device? There must be a way to tell if the device has a touch screen...!
I'm using the latest QtCreator with the NokiaSDK.
Thank you in advance, Nikos.
© Stack Overflow or respective owner