VR is expensive, and not for the common gamer I'd think. Might be cheaper later.
Shadertoy seems to have an entire VR section to their flat pixel shaders :-)
I can only do one at a time it seems..
local window = Window:GetCurrent()
if window:MouseDown(2) and window:MouseDown(1) then
System:Print("You pressed both")
end