Page 1 of 1

about mouse capture

Posted: Fri Jun 15, 2018 00:30
by mintogo
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?

Re: about mouse capture

Posted: Sat Jun 16, 2018 06:22
by Ident
What are you trying to achieve?