Add win32 mouse button events.
This commit is contained in:
parent
2bc53186bc
commit
78a4fa99ff
20 changed files with 141 additions and 53 deletions
|
@ -50,6 +50,10 @@ public:
|
|||
void afterPaint(mt::Screen* screen);
|
||||
|
||||
private:
|
||||
void onMouseDownMessage(int x, int y);
|
||||
|
||||
void onMouseUpMessage(int x, int y);
|
||||
|
||||
void onPaintMessage();
|
||||
|
||||
HWND mHandle{ 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue