Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

onKeyUp()

Sends a key up event to the WebView

Synopsis:

#include <WebView.h>

void onKeyUp( BalEventKey keyevent );

Description:

Sends a key up event (indicating that a key has been depressed) to the current WebView.

Arguments:

keyevent
The key event to send to the WebView.

See also:

onExpose(), onKeyDown(), onMouseButtonUp(), onMouseButtonDown()