babylon/
constants.rs

1use js_ffi::*;
2
3pub const KEYDOWN: JSValue = 1.0;
4pub const KEYUP: JSValue = 2.0;