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

onMouseButtonUp()

Sends a mouse button up event to the WebView

Synopsis:

#include <WebView.h>

void onMouseButtonUp( BalEventButton buttonevent );

Description:

Sends a mouse button event (indicating that a mouse button has been depressed) to the current WebView.

Arguments:

buttonevent
The mouse button event to send to the WebView.

See also:

onExpose(), onKeyUp(), onKeyDown(), onMouseButtonDown(), onMouseMotion()