Skip to main content

web_sys/features/
gen_XrInputSourcesChangeEventInit.rs

1#![allow(unused_imports)]
2#![allow(clippy::all)]
3use super::*;
4use wasm_bindgen::prelude::*;
5#[cfg(web_sys_unstable_apis)]
6#[wasm_bindgen]
7extern "C" {
8    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = XRInputSourcesChangeEventInit)]
9    #[derive(Debug, Clone, PartialEq, Eq)]
10    #[doc = "The `XrInputSourcesChangeEventInit` dictionary."]
11    #[doc = ""]
12    #[doc = "*This API requires the following crate features to be activated: `XrInputSourcesChangeEventInit`*"]
13    #[doc = ""]
14    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
15    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
16    pub type XrInputSourcesChangeEventInit;
17    #[cfg(web_sys_unstable_apis)]
18    #[doc = "Get the `bubbles` field of this object."]
19    #[doc = ""]
20    #[doc = "*This API requires the following crate features to be activated: `XrInputSourcesChangeEventInit`*"]
21    #[doc = ""]
22    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
23    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
24    #[wasm_bindgen(method, getter = "bubbles")]
25    pub fn get_bubbles(this: &XrInputSourcesChangeEventInit) -> Option<bool>;
26    #[cfg(web_sys_unstable_apis)]
27    #[doc = "Change the `bubbles` field of this object."]
28    #[doc = ""]
29    #[doc = "*This API requires the following crate features to be activated: `XrInputSourcesChangeEventInit`*"]
30    #[doc = ""]
31    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
32    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
33    #[wasm_bindgen(method, setter = "bubbles")]
34    pub fn set_bubbles(this: &XrInputSourcesChangeEventInit, val: bool);
35    #[cfg(web_sys_unstable_apis)]
36    #[doc = "Get the `cancelable` field of this object."]
37    #[doc = ""]
38    #[doc = "*This API requires the following crate features to be activated: `XrInputSourcesChangeEventInit`*"]
39    #[doc = ""]
40    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
41    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
42    #[wasm_bindgen(method, getter = "cancelable")]
43    pub fn get_cancelable(this: &XrInputSourcesChangeEventInit) -> Option<bool>;
44    #[cfg(web_sys_unstable_apis)]
45    #[doc = "Change the `cancelable` field of this object."]
46    #[doc = ""]
47    #[doc = "*This API requires the following crate features to be activated: `XrInputSourcesChangeEventInit`*"]
48    #[doc = ""]
49    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
50    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
51    #[wasm_bindgen(method, setter = "cancelable")]
52    pub fn set_cancelable(this: &XrInputSourcesChangeEventInit, val: bool);
53    #[cfg(web_sys_unstable_apis)]
54    #[doc = "Get the `composed` field of this object."]
55    #[doc = ""]
56    #[doc = "*This API requires the following crate features to be activated: `XrInputSourcesChangeEventInit`*"]
57    #[doc = ""]
58    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
59    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
60    #[wasm_bindgen(method, getter = "composed")]
61    pub fn get_composed(this: &XrInputSourcesChangeEventInit) -> Option<bool>;
62    #[cfg(web_sys_unstable_apis)]
63    #[doc = "Change the `composed` field of this object."]
64    #[doc = ""]
65    #[doc = "*This API requires the following crate features to be activated: `XrInputSourcesChangeEventInit`*"]
66    #[doc = ""]
67    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
68    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
69    #[wasm_bindgen(method, setter = "composed")]
70    pub fn set_composed(this: &XrInputSourcesChangeEventInit, val: bool);
71    #[cfg(web_sys_unstable_apis)]
72    #[cfg(feature = "XrInputSource")]
73    #[doc = "Get the `added` field of this object."]
74    #[doc = ""]
75    #[doc = "*This API requires the following crate features to be activated: `XrInputSource`, `XrInputSourcesChangeEventInit`*"]
76    #[doc = ""]
77    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
78    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
79    #[wasm_bindgen(method, getter = "added")]
80    pub fn get_added(this: &XrInputSourcesChangeEventInit) -> ::js_sys::Array<XrInputSource>;
81    #[cfg(web_sys_unstable_apis)]
82    #[cfg(feature = "XrInputSource")]
83    #[doc = "Change the `added` field of this object."]
84    #[doc = ""]
85    #[doc = "*This API requires the following crate features to be activated: `XrInputSource`, `XrInputSourcesChangeEventInit`*"]
86    #[doc = ""]
87    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
88    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
89    #[wasm_bindgen(method, setter = "added")]
90    pub fn set_added(this: &XrInputSourcesChangeEventInit, val: &[XrInputSource]);
91    #[cfg(web_sys_unstable_apis)]
92    #[cfg(feature = "XrInputSource")]
93    #[doc = "Get the `removed` field of this object."]
94    #[doc = ""]
95    #[doc = "*This API requires the following crate features to be activated: `XrInputSource`, `XrInputSourcesChangeEventInit`*"]
96    #[doc = ""]
97    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
98    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
99    #[wasm_bindgen(method, getter = "removed")]
100    pub fn get_removed(this: &XrInputSourcesChangeEventInit) -> ::js_sys::Array<XrInputSource>;
101    #[cfg(web_sys_unstable_apis)]
102    #[cfg(feature = "XrInputSource")]
103    #[doc = "Change the `removed` field of this object."]
104    #[doc = ""]
105    #[doc = "*This API requires the following crate features to be activated: `XrInputSource`, `XrInputSourcesChangeEventInit`*"]
106    #[doc = ""]
107    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
108    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
109    #[wasm_bindgen(method, setter = "removed")]
110    pub fn set_removed(this: &XrInputSourcesChangeEventInit, val: &[XrInputSource]);
111    #[cfg(web_sys_unstable_apis)]
112    #[cfg(feature = "XrSession")]
113    #[doc = "Get the `session` field of this object."]
114    #[doc = ""]
115    #[doc = "*This API requires the following crate features to be activated: `XrInputSourcesChangeEventInit`, `XrSession`*"]
116    #[doc = ""]
117    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
118    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
119    #[wasm_bindgen(method, getter = "session")]
120    pub fn get_session(this: &XrInputSourcesChangeEventInit) -> XrSession;
121    #[cfg(web_sys_unstable_apis)]
122    #[cfg(feature = "XrSession")]
123    #[doc = "Change the `session` field of this object."]
124    #[doc = ""]
125    #[doc = "*This API requires the following crate features to be activated: `XrInputSourcesChangeEventInit`, `XrSession`*"]
126    #[doc = ""]
127    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
128    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
129    #[wasm_bindgen(method, setter = "session")]
130    pub fn set_session(this: &XrInputSourcesChangeEventInit, val: &XrSession);
131}
132#[cfg(web_sys_unstable_apis)]
133impl XrInputSourcesChangeEventInit {
134    #[cfg(all(feature = "XrInputSource", feature = "XrSession",))]
135    #[doc = "Construct a new `XrInputSourcesChangeEventInit`."]
136    #[doc = ""]
137    #[doc = "*This API requires the following crate features to be activated: `XrInputSource`, `XrInputSourcesChangeEventInit`, `XrSession`*"]
138    #[doc = ""]
139    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
140    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
141    pub fn new(added: &[XrInputSource], removed: &[XrInputSource], session: &XrSession) -> Self {
142        #[allow(unused_mut)]
143        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
144        ret.set_added(added);
145        ret.set_removed(removed);
146        ret.set_session(session);
147        ret
148    }
149    #[cfg(web_sys_unstable_apis)]
150    #[deprecated = "Use `set_bubbles()` instead."]
151    pub fn bubbles(&mut self, val: bool) -> &mut Self {
152        self.set_bubbles(val);
153        self
154    }
155    #[cfg(web_sys_unstable_apis)]
156    #[deprecated = "Use `set_cancelable()` instead."]
157    pub fn cancelable(&mut self, val: bool) -> &mut Self {
158        self.set_cancelable(val);
159        self
160    }
161    #[cfg(web_sys_unstable_apis)]
162    #[deprecated = "Use `set_composed()` instead."]
163    pub fn composed(&mut self, val: bool) -> &mut Self {
164        self.set_composed(val);
165        self
166    }
167    #[cfg(web_sys_unstable_apis)]
168    #[cfg(feature = "XrInputSource")]
169    #[deprecated = "Use `set_added()` instead."]
170    pub fn added(&mut self, val: &[XrInputSource]) -> &mut Self {
171        self.set_added(val);
172        self
173    }
174    #[cfg(web_sys_unstable_apis)]
175    #[cfg(feature = "XrInputSource")]
176    #[deprecated = "Use `set_removed()` instead."]
177    pub fn removed(&mut self, val: &[XrInputSource]) -> &mut Self {
178        self.set_removed(val);
179        self
180    }
181    #[cfg(web_sys_unstable_apis)]
182    #[cfg(feature = "XrSession")]
183    #[deprecated = "Use `set_session()` instead."]
184    pub fn session(&mut self, val: &XrSession) -> &mut Self {
185        self.set_session(val);
186        self
187    }
188}