From a95b0c46820c2e9e76598cf430ce279eeba7edb8 Mon Sep 17 00:00:00 2001 From: alwin Date: Thu, 22 Apr 2004 11:47:08 +0000 Subject: -added default buttons for emulation in qvfb or for unknown devices -default email app is now opiemail instead of mail --- (limited to 'libopie2/opiecore/device/odevice.h') diff --git a/libopie2/opiecore/device/odevice.h b/libopie2/opiecore/device/odevice.h index 5ee9cca..0ba58f0 100644 --- a/libopie2/opiecore/device/odevice.h +++ b/libopie2/opiecore/device/odevice.h @@ -160,6 +160,21 @@ enum OHingeStatus { CASE_UNKNOWN = 1, }; +/* default button for qvfb or such + * see odevice.cpp for details. + * hint: manage a user defined button for qvfb? + * alwin + */ +struct default_button { + Qt::Key code; + char *utext; + char *pix; + char *fpressedservice; + char *fpressedaction; + char *fheldservice; + char *fheldaction; +}; + /** * A singleton which gives informations about device specefic option * like the Hardware used, LEDs, the Base Distribution and -- cgit v0.9.0.2