Definition at line 360 of file qmousepc_qws.cpp.
◆ QWSPcMouseSubHandler_mousesystems()
QWSPcMouseSubHandler_mousesystems::QWSPcMouseSubHandler_mousesystems |
( |
int |
f | ) |
|
|
inline |
◆ init()
void QWSPcMouseSubHandler_mousesystems::init |
( |
| ) |
|
|
inline |
Definition at line 369 of file qmousepc_qws.cpp.
377 if (tcflush(
fd,TCIOFLUSH) == -1) {
378 #ifdef QT_QWS_VNC_DEBUG 379 perror(
"QWSPcMouseSubHandler_mousesystems: tcflush");
◆ tryData()
int QWSPcMouseSubHandler_mousesystems::tryData |
( |
| ) |
|
|
inlinevirtual |
Implements QWSPcMouseSubHandler.
Definition at line 384 of file qmousepc_qws.cpp.
387 if ((
buffer[0] & 0xf8) != 0x80) {
393 -(
signed char)buffer[2] + (
signed char)buffer[4]);
395 int nbstate = ((t&3) << 1) | ((t&4) >> 2);
The QPoint class defines a point in the plane using integer precision.
int y() const
Returns the y coordinate of this point.
int x() const
Returns the x coordinate of this point.
The documentation for this class was generated from the following file: