X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fscene.h;h=dca7cbca21434f604c36f7710a38a5342e042856;hb=ce74fc2afd318859452610424a04a8781e2a982a;hp=8669d8278f167b7c7a191b19970e0b759b199179;hpb=a6f2f7a922a8dc2d28a5cd0340a94be35cfc6899;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/scene.h b/dali/integration-api/scene.h index 8669d82..dca7cbc 100755 --- a/dali/integration-api/scene.h +++ b/dali/integration-api/scene.h @@ -257,6 +257,15 @@ public: /** * @brief The user would connect to this signal to get a KeyEvent when KeyEvent is generated. * + * If the control already consumed key event, KeyEventProcessor do not need to Emit keyEvent. + * Therefore, KeyinputManager first checks whether KeyEvent is generated as KeyEventGeneratedSignal. + * After that keyEventProcessor must invoke KeyEvent only if KeyEventGeneratedSignal () is not consumed. + * + * A callback of the following type may be connected: + * @code + * bool YourCallbackName(const KeyEvent& event); + * @endcode + * * @return The return is true if KeyEvent is consumed, otherwise false. */ KeyEventGeneratedSignalType& KeyEventGeneratedSignal();