From bad66a2ea2aea8bec1c7895b0e1a461e2f4859c2 Mon Sep 17 00:00:00 2001 From: sandman Date: Tue, 29 Oct 2002 15:50:21 +0000 Subject: added lightSensorResolution() to get the hardware resolution of the light sensor --- (limited to 'libopie/odevice.h') diff --git a/libopie/odevice.h b/libopie/odevice.h index be2a9c7..e07b91c 100644 --- a/libopie/odevice.h +++ b/libopie/odevice.h @@ -135,6 +135,7 @@ public: virtual bool hasLightSensor ( ) const; virtual int readLightSensor ( ); + virtual int lightSensorResolution ( ) const; //virtual QValueList keyList ( ) const; }; -- cgit v0.9.0.2