[][src]Module ovrt_sys::api::callbacks::bindings

Raw bindings into the javascript API.

For using those functions, prefer api::callbacks instead.

Functions

__wasm_bindgen_generated_GetFingerCurlsOvrtSysCallback

Get finger curl positions.

__wasm_bindgen_generated_GetMonitorCountOvrtSysCallback

(Used for SetContents monitorId).

__wasm_bindgen_generated_GetOverlayBoundsOvrtSysCallback

Get bounds of overlay bounding box. (Refer to Unity documentation 'Bounds' section).

__wasm_bindgen_generated_GetOverlayTransformOvrtSysCallback

Get OVROverlayTransform of a specified overlay.

__wasm_bindgen_generated_GetOverlayTypeOvrtSysCallback

Get type of overlay. (Browser, window capture, desktop capture).

__wasm_bindgen_generated_GetWindowTitlesOvrtSysCallback

Returns a list of open windows and their handles. (If user has this option enabled).

__wasm_bindgen_generated_SpawnOverlayOvrtSysCallback

Spawn a new overlay.

get_finger_curls

Get finger curl positions.

get_monitor_count

(Used for SetContents monitorId).

get_overlay_bounds

Get bounds of overlay bounding box. (Refer to Unity documentation 'Bounds' section).

get_overlay_transform

Get OVROverlayTransform of a specified overlay.

get_overlay_type

Get type of overlay. (Browser, window capture, desktop capture).

get_window_titles

Returns a list of open windows and their handles. (If user has this option enabled).

spawn_overlay

Spawn a new overlay.