UNPKG

@thewtex/vtk.js-esm

Version:

Visualization Toolkit for the Web

20 lines (18 loc) 273 B
var Device = { Unknown: 0, LeftController: 1, RightController: 2 }; var Input = { Unknown: 0, Trigger: 1, TrackPad: 2, Grip: 3, ApplicationMenu: 4 }; var Constants = { Device: Device, Input: Input }; export default Constants; export { Device, Input };