Reading this wiki page, http://wiki.forum.nokia.com/index.ph...ort_is_Enabled the PenEnabled() seems to be available on 3rd edition also.
But, I just noticed the AknLayoutUtils::PenEnabled() has been made public starting from 3rd FP1 and the aknutils.h distribuited in the 3rd MR SDK doesn't contain the PenEnabled().
In order to compile successfully I tried to modify the aknutils.h adding the missing methods:
static IMPORT_C TAknMainPaneState MainPaneState();
static IMPORT_C TBool PenEnabled();
But it doesn't links with the original aknutils.lib in 3rd MR
Is there any official workaround to compile?
Since the PenEnabled() has been published only from FP1, is it safe to use the method also for 3rd edition devices?
BR, Marco.




