emit method

void emit(
  1. VrInputEvent event
)

Emits a new spatial input event to all subscribers.

Implementation

void emit(VrInputEvent event) {
  _controller.add(event);
}