So the .dll file worked, and I got the app running correctly, kinda...
Having a bit of an issue.. I changed up the device contexts because i only want the spacenav to send commands
to RR,not my mouse as well. Below is my code:
Code:
<deviceContexts>
<deviceContext name="Mouse Gestures" device="SpaceNavigator" gestures="true">
<axe threshold="10" sendCenter="false"/>
<gesture action="RR Volume Up">
<motion position="positive" axe="5" />
<wait length="1000" />
<motion position="positive" axe="5" />
</gesture>
<buttons>
<button downAction="RR Volume Down"
upAction="" />
<button downAction="RR Volume Up"
upAction="" />
</buttons>
</deviceContext>
</deviceContexts>
<contexts>
<context name="Default"
deviceContext="Mouse Gestures" />
</contexts>
Problem is, while the buttons work, the gesture doesnt.. No matter what i set the axe to, or the threshold, no change..
All i want my spacenav to do is control volume for right now.. Any ideas guys?
Bookmarks