Location:
W32STD.H
class TWsPriorityKeyEvent;
Priority key events.
These events are configured using RWindowGroup::AddPriorityKey()
, and obtained by the client using the functions RWsSession::PriorityKeyReady()
and RWsSession::GetPriorityKey()
.
Defined in TWsPriorityKeyEvent
:
Handle()
, Key()
, SetHandle()
inline TKeyEvent *Key() const;
Gets the priority key event.
|
inline TUint Handle() const;
Gets the handle for the window group which added the priority key.
This is the handle that was passed to the window group's Construct() function. Since most applications have only one window group, however, this function is rarely used.
|
inline void SetHandle(TUint aHandle);
Sets the window group event handle.
This is the client handle of the window that is being sent the event.
|