[][src]Crate ovrt_sys

Bindings for ovr-toolkit custom apps js api.

Based on wiki/CustomApps and on Zetaphor/ovrt-helper.

Re-exports

pub use web_sys;

Modules

api

Note: At this time any API call that returns a value needs a callback assigned to return the value to, the 'callback' value will just be the string name of a function.

cmd
consts

Constants.

events

Events are functions you define that will be called by OVR Toolkit. When enabled, device updates will be called every frame.

log
types

Types.

Macros

log

Wrapper for the log_<n> functions.