EventType event;
event.eType = keyDownEvent;
event.data.keyDown.chr = vchrLaunch;
event.data.keyDown.modifiers = commandKeyMask;
EvtAddUniqueEventToQueue(&event, 0, true); 


-----Message d'origine-----
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de [EMAIL PROTECTED]
Envoyé : mercredi 28 décembre 2005 17:12
À : Palm Developer Forum
Objet : Stupid question - quitting my app...

I know this is not the 'right' approach--but I want to put a "Quit" button
in my app. But I can't figure out the code to actually quit the app and go
back to the launcher.

I must be missing something VERY obvious. Anyway, any response is
appreciated.

Thanks in advance.
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to