R
Rob Schoenaker
Hi,
Does anybody know how I can convert all mouse messages in the following list
to their respective MouseEventArgs to pass to events handlers I need these
to use a NativeWindow?
WM_MouseMove
WM_LButtonDown
WM_MButtonDown
WM_RButtonDown
WM_XButtonDown
WM_LButtonUp
WM_MButtonUp
WM_RButtonUp
WM_XButtonUp
WM_LButtonDblClk
WM_MButtonDblClk
WM_RButtonDblClk
WM_XButtonDblClk
I would expect the call for each message to look like below:
MousEventArgs ea = new MousEventArgs(...)
Any help is greatly appreciated.
TIA!
/Rob
Does anybody know how I can convert all mouse messages in the following list
to their respective MouseEventArgs to pass to events handlers I need these
to use a NativeWindow?
WM_MouseMove
WM_LButtonDown
WM_MButtonDown
WM_RButtonDown
WM_XButtonDown
WM_LButtonUp
WM_MButtonUp
WM_RButtonUp
WM_XButtonUp
WM_LButtonDblClk
WM_MButtonDblClk
WM_RButtonDblClk
WM_XButtonDblClk
I would expect the call for each message to look like below:
MousEventArgs ea = new MousEventArgs(...)
Any help is greatly appreciated.
TIA!
/Rob