Jump to content
Sign in to follow this  
mind

Mouse zoom occur when custom controls focused

Recommended Posts

There is a problem with zoom functionality in Eden. 

When mouse cursor is hovering over controls Eden controls (menu strip, left and right panels, etc...), scrolling mouse wheel will not trigger camera zoom.

If no control hovered over with cursor, zooming will occur. All this is working fine and as intended as far as i can tell.

 

But, when cursor is hovering over custom, (added by mods) controls, engine will not prevent zoom from triggering.

Also, it is impossible  to prevent default engine behavior by returning "true" from onMouseZChanged eventHandler.

 

This effectively disallow use of mouse wheel with custom controls.

 

Here is an example of what i mean in video form. http://sendvid.com/2sweigch

I would like to point out that both controls (object browser and menu) are parts of display 313. They are added by addon, but they use 

same base classes as other Eden controls. Theoretically there is no deference between these custom controls and default Eden controls,

but still mouse wheel scroll detection work deferentially on them.

 

It would be really nice if someone can point out how to fix it, maybe there is certain thing i missed.

 

If it is a bug, i will make a report on bug tracker, just give me a word.

Hopefully this will be solved before Eden release, as this thing really destroy experience with CompoT. 

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×