Namespaces
Variants
Actions

Locking the keypad using Symbian C++

Jump to: navigation, search
Article Metadata

Compatibility
Platform(s): S60 1st Edition and later (all version to at least 5th Edition)

Article
Created: User:Technical writer 2 (10 May 2007)
Last edited: hamishwillee (14 Sep 2012)

Overview

Locking the keypad from an application.

Description

The keypad can be locked with the RAknKeyLock class:

RAknKeyLock keyLock;
if( keyLock.Connect() == KErrNone )
{
if(!keyLock.IsKeyLockEnabled())
{
keyLock.EnableKeyLock();
keyLock.Close();
}
}
This page was last modified on 14 September 2012, at 07:29.
146 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved