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

onMouseMotion()

Sends a mouse motion event to the WebView

Synopsis:

#include <WebView.h>

void onMouseMotion( BalEventMotion mousemotion );

Description:

Sends a mouse motion event (indicating that the mouse position has moved) to the current WebView.

Arguments:

mousemotion
The mouse motion event to send to the WebView.

See also:

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