Merge branch 'emulator' of github.com:t-moe/discoverpixy into emulator
This commit is contained in:
@@ -26,11 +26,15 @@ public:
|
||||
|
||||
protected:
|
||||
void paintEvent(QPaintEvent * evt);
|
||||
void mousePressEvent(QMouseEvent* evt);
|
||||
void mouseReleaseEvent(QMouseEvent* evt);
|
||||
void mouseMoveEvent(QMouseEvent* evt);
|
||||
~MainWindow();
|
||||
|
||||
private:
|
||||
//QMutex render_mutex;
|
||||
QImage image;
|
||||
void checkAndSendEvent(QPoint pos, bool down);
|
||||
|
||||
Ui::MainWindow *ui;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user