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