On Fri, Feb 4, 2011 at 1:12 PM, Cornelius Hald <[email protected]> wrote: > Hi, > > on Maemo5 and Symbian the user usually gets some haptic feedback if he > touches the screen. With QML I still have that on Maemo5, but not on > Symbian (Nokia 5880). > > Is there a way to enable it?
I believe QML bindings are for QtMobility's Feedback API are on their way, but in the meantime you could use this: https://gist.github.com/raw/757597/6bc1942e4f6194f097fa865bc96e8ef1633442e7/haptics.h https://gist.github.com/raw/757597/d5e2d0341f6cadea3eb4b9f702746742e6ea96f6/haptics.cpp The theme effects are listed here (if you want something else than the basic tap): http://doc.qt.nokia.com/qtmobility-1.1.0-beta/qfeedbackeffect.html#ThemeEffect-enum Juha _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
