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()