Add moved events for win32
This commit is contained in:
parent
1e615b59a6
commit
6133e17b9a
3 changed files with 12 additions and 0 deletions
|
|
@ -309,6 +309,7 @@ pub static WM_KILLFOCUS: UINT = 0x0008;
|
|||
pub static WM_MBUTTONDOWN: UINT = 0x0207;
|
||||
pub static WM_MBUTTONUP: UINT = 0x0208;
|
||||
pub static WM_MOUSEMOVE: UINT = 0x0200;
|
||||
pub static WM_MOVE: UINT = 0x0003;
|
||||
pub static WM_PAINT: UINT = 0x000F;
|
||||
pub static WM_RBUTTONDOWN: UINT = 0x0204;
|
||||
pub static WM_RBUTTONUP: UINT = 0x0205;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue