Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QRfbPointerEvent Class Reference

#include <qvnc_p.h>

+ Collaboration diagram for QRfbPointerEvent:

Public Member Functions

bool read (QTcpSocket *s)
 

Public Attributes

Qt::MouseButtons buttons
 
quint16 x
 
quint16 y
 

Detailed Description

Definition at line 148 of file qvnc_p.h.

Member Function Documentation

◆ read()

bool QRfbPointerEvent::read ( QTcpSocket * s)

Definition at line 381 of file qvnc.cpp.

References Qt::LeftButton, Qt::MiddleButton, Qt::NoButton, and Qt::RightButton.

Member Data Documentation

◆ buttons

Qt::MouseButtons QRfbPointerEvent::buttons

Definition at line 153 of file qvnc_p.h.

◆ x

quint16 QRfbPointerEvent::x

Definition at line 154 of file qvnc_p.h.

◆ y

quint16 QRfbPointerEvent::y

Definition at line 155 of file qvnc_p.h.


The documentation for this class was generated from the following files: