Search found 3 matches

by michaelr
Fri Oct 23, 2020 8:46 am
Forum: Developer's Forum for Windows
Topic: Using space mouse in Rhino 5 Plugin
Replies: 6
Views: 8897

Re: Using space mouse in Rhino 5 Plugin

After some testing I am still unsure if and how this could work. My first attempt was to use the siapp.dll API to implement space mouse message handling in my plugin window, just as I would do in a normal application. This did not work, no messages were sent to my window. Moreover, initializing the ...
by michaelr
Fri Sep 25, 2020 10:02 am
Forum: Developer's Forum for Windows
Topic: Using space mouse in Rhino 5 Plugin
Replies: 6
Views: 8897

Re: Using space mouse in Rhino 5 Plugin

I just realized this is the wrong place. Can someone move this topic to the Windows Developers forum?
by michaelr
Fri Sep 25, 2020 12:40 am
Forum: Developer's Forum for Windows
Topic: Using space mouse in Rhino 5 Plugin
Replies: 6
Views: 8897

Using space mouse in Rhino 5 Plugin

I would like to use the space mouse in a Rhinoceros 5 plugin. The plugin, written in C++, creates multiple windows and one of these windows should be controlled using the space mouse. My first attempt was to use SiOpenWinInit()/SiGrabDevice() on my plugin window. However this does not work. There ar...