No, I don’t think that you can do that, it’s not h...
# announcements
g
No, I don’t think that you can do that, it’s not how extension functions work. Usual idiom for that is `with`:
with(vr) { VREvent() }
Otherwise it’s not clear how to bring this function to scope.
👍 2