imgui and touch events Topic is solved

Problems building or running the engine, queries about how to use features etc.
Post Reply
Pellaeon
Goblin
Posts: 230
Joined: Thu Apr 28, 2011 12:23 pm
x 28

imgui and touch events

Post by Pellaeon »

Ogre Version: 1.12.4
Operating System: WinX64
Render System: DX11
Hi,

my ogre application uses Ogre 1.12 and imgui as GUI library. When starting on a PC all works fine. But when executing the application on Surface 4, the my events are not processed. I suppose it is a problem, because it's a touch mouse event. How can I fix this?


Best regards

Pellaeon
paroj
OGRE Team Member
OGRE Team Member
Posts: 1994
Joined: Sun Mar 30, 2014 2:51 pm
x 1074
Contact:

Re: imgui and touch events

Post by paroj »

Pellaeon
Goblin
Posts: 230
Joined: Thu Apr 28, 2011 12:23 pm
x 28

Re: imgui and touch events

Post by Pellaeon »

After some debugging I figured out, that the order of the events seems the problem.

Mouse click: 1. mouse down, 2. on paint, 3. mouse up -> works

touch click: 1. mouse down, 2. mouse up, 3. on paint -> doesn't works


I mentioned it here. Perhaps it helps someone with similar problems.

Best regards
Post Reply