ValveSoftware / openvr

OpenVR SDK
http://steamvr.com
BSD 3-Clause "New" or "Revised" License
6.07k stars 1.28k forks source link

Change bindings from code #1047

Open AndersMalmgren opened 5 years ago

AndersMalmgren commented 5 years ago

Ok so we have got some negative feedback from our beta with SteamVR 2. The users like our old in game binding UI better than SteamVR binding UI.

Can you fix a way for us to programmatically set the bindings?

Thanks

zite commented 5 years ago

Thanks for the feedback. @kisak-valve can you move this to the openvr repo?

spayne commented 5 years ago

The ability to set bindings from code would also help in testing games as well as input drivers.

ie to setup known conditions for testing.

drader commented 4 years ago

I have a custom controller device which is a motion controller. I would like to create the bindings for this. However I couldnt find any exact way to do this programatically. Could you please give me some information about this or please lead me to the links directly where I can read and learn.. If there isnt such a great feature yet, when is it possible to use ?

peroht commented 4 years ago

@drader There is a discord server where a few of us driver developers hang about now and then, try asking there: https://discord.gg/rRjtpaxJ

peroht commented 4 years ago

@drader Sorry I misunderstood your question and thought you'd like to write a driver from scratch. I'll leave the comment anyway for others if they're interested in driver dev.

drader commented 4 years ago

@peroht Thanks! Anyway, Im in ;) Hope to find something useful. On the other hand, its good to help someone else if they need.