artumino / PapyrusVR

Initial SKSE Plugin to expose OpenVR to Papyrus, feel free to make suggestions and open issues. BEWARE this is not a stable release, once PapyrusVR will be ready It will be published on the nexus.
GNU Lesser General Public License v3.0
10 stars 2 forks source link

"Laser" pointer? #13

Open TheCherry opened 5 years ago

TheCherry commented 5 years ago

Hi PapyrusVR Team,

will this Lib have support for a "laserpointer" (like the map menu) ? So that we can develop SkyUI and the Perk menu with a mouse like support? That will be awesome.

Greetings

artumino commented 5 years ago

So, this feature is currently on the list of things that we want to eventually have but has some issues that needs to be solved (and a good bit of testing is involved). On the top of my head:

So, to sum it up 2D laser interactions might be possible but we need to do a good bit of testing to figure out where the panels appear relative to the player, their dimensions and their resolution. We also need to test if we can send fake mouse events to Scaleform and if SkyrimVR still handles them. If this isn't the case than the thing gets more complicated cause we either expose some events and leave the work to the mod author or we need to come up with a different solution. 3D interactions for now are out of discussion...