about mouse capture
Posted: Fri Jun 15, 2018 00:30
Hi!
I have a question about mouse capture in CEGUI.
my program based on MFC and renders 3D Scene on CEGUI 0.8.7.
To get mouse event from outside of root window, we use a SetCapture and ReleaseCapture.
But SetCapture is not supports for both Left and Right mouse button.
I should get mouse event from outside of window when pressed both left and right mouse button.
Is there any way to solve it?
I have a question about mouse capture in CEGUI.
my program based on MFC and renders 3D Scene on CEGUI 0.8.7.
To get mouse event from outside of root window, we use a SetCapture and ReleaseCapture.
But SetCapture is not supports for both Left and Right mouse button.
I should get mouse event from outside of window when pressed both left and right mouse button.
Is there any way to solve it?