Capturing mouse wheel events in toolPlugin (2016 API)

Capturing mouse wheel events in toolPlugin (2016 API)

Anonymous
Not applicable
772 Views
1 Reply
Message 1 of 2

Capturing mouse wheel events in toolPlugin (2016 API)

Anonymous
Not applicable

I'm creating a tool plugin to handle all of our input operations and camera movements for a Navisworks Model using the API View Control.  We're doing this as a WPF application.  

 

When looking at the ToolPlugin, there is an override for WheelDrag, but not for a simple wheel move.  I don't want the user to have to have the wheel pressed in order to capture the wheel up and wheel down events.

 

Is there a better way to do this?

 

Thanks.

0 Likes
Accepted solutions (1)
773 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Accepted solution

Solved my own issue.  The button has nothing to do with it, but the viewer needs focus to accept the events.  Sorry all.

0 Likes