Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 buttons, 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.

Referenced by read().

◆ 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: