Exemplo n.º 1
0
void QVFbViewProtocol::sendMouseData(const QPoint &pos, int buttons, int wheel)
{
    if (mouseHandler())
        mouseHandler()->sendMouseData(pos, buttons, wheel);
}
Exemplo n.º 2
0
void CGView::wasClicked(CGPoint point) {
    if (mouseHandler != NULL) {
        mouseHandler(this);

    }
}