Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: coedef.h
Link against:

Enum TKeyResponse

TKeyResponse

Support

Supported from 5.0

Description

Event handling flags. These should be returned by CCoeControl::OfferKeyEventL() to indicate whether or not a key event was processed by the control.

EKeyWasNotConsumed

The key event was not handled.

EKeyWasConsumed

The key event was handled.