View Single Post
Zas's Avatar
Posts: 196 | Thanked: 113 times | Joined on Jun 2010 @ Finland
#4
Include stdlib.h and you can use the code:
Code:
system("dbus-send /com/nokia/hildon_desktop com.nokia.hildon_desktop.exit_app_view");
to do this.

You can either add a key combination or an on screen button much like the one originally in hildon windows. Ctrl+backspace works when I code in SDL & c++. Don't know why it doesn't for you.

Last edited by Zas; 2011-06-24 at 07:00.
 

The Following User Says Thank You to Zas For This Useful Post: