CCIMXDesktop
Loading...
Searching...
No Matches
MouseRecorder.h
1
#ifndef MOUSERECORDER_H
2
#define MOUSERECORDER_H
3
#include <QPoint>
4
9
class
MouseRecorder
{
10
public
:
11
QPoint
press
;
12
QPoint
release
;
13
};
14
15
#endif
// MOUSERECORDER_H
MouseRecorder
The MouseRecorder class plain struct for recording mouse.
Definition
MouseRecorder.h:9
MouseRecorder::release
QPoint release
Mouse release position.
Definition
MouseRecorder.h:12
MouseRecorder::press
QPoint press
Mouse press position.
Definition
MouseRecorder.h:11
library
qt_relative
mouse_press_manager
MouseRecorder.h
Generated by
1.9.8