_ZN24QGraphicsSceneMouseEvent22setButtonDownScreenPosEN2Qt11MouseButtonERK6QPoint

Name

QGraphicsSceneMouseEvent::setButtonDownScreenPos -- set the mouse position where the specified button was clicked in screen coordinates

Synopsis

#include <QtGui/qgraphicssceneevent.h>

void QGraphicsSceneMouseEvent::setButtonDownScreenPos (Qt::MouseButton button, const QPoint &pos);

Description

The QGraphicsSceneMouseEvent::setButtonDownScreenPos() function shall set the mouse cursor position where the specified button button was clicked to the given point pos in screen coordinates.

This function is not intended to be used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.