_ZN24QGraphicsSceneMouseEvent16setLastScreenPosERK6QPoint

Name

QGraphicsSceneMouseEvent::setLastScreenPos -- set the last recorded mouse cursor position in screen coordinates

Synopsis

#include <QtGui/qgraphicssceneevent.h>

void QGraphicsSceneMouseEvent::setLastScreenPos (const QPoint &pos);

Description

The QGraphicsSceneMouseEvent::setLastScreenPos() function shall set the last recorded mouse cursor position associated with the event 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.