Skip to main content

engage/generated/nn/hid/
touchscreen.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(feature = "nn-hid-touchscreen-types")]
4mod __types {
5    #[allow(unused_imports)] use ::unity::prelude::*;
6
7    use super::*;
8    use crate::system::object::{IObject, Object};
9
10    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/nn/hid/touchscreen/TouchScreen.md"))]
11    #[::unity::class(namespace = "nn.hid", name = "TouchScreen")]
12    #[parent(crate::system::object::Object)]
13    pub struct TouchScreen {
14        #[static_field]
15        #[rename(name = "TouchCountMax")]
16        pub touch_count_max: i32,
17        #[static_field]
18        #[rename(name = "StateCountMax")]
19        pub state_count_max: i32,
20    }
21}
22
23#[cfg(feature = "nn-hid-touchscreen-types")]
24pub use __types::*;
25
26#[cfg(feature = "nn-hid-touchscreen")]
27impl TouchScreen {
28    #[doc = "`Initialize()` overload"]
29    pub fn initialize() -> () {
30        unsafe {
31            ::unity::il2cpp_call!((::unity::module_base()+0x2299500usize)as*mut u8,();
32            )
33        }
34    }
35
36    #[doc = "`GetState(*mutcrate::nn::hid::touchscreenstate1::TouchScreenState1)` overload"]
37    pub fn get_state() -> crate::nn::hid::touchscreenstate1::TouchScreenState1 {
38        unsafe {
39            let mut __out_0 = ::core::mem::MaybeUninit::<crate::nn::hid::touchscreenstate1::TouchScreenState1>::uninit();
40            ::unity::il2cpp_call!((::unity::module_base()+0x2299510usize)as*mut u8,();
41(*mut crate::nn::hid::touchscreenstate1::TouchScreenState1)__out_0.as_mut_ptr());
42            __out_0.assume_init()
43        }
44    }
45
46    #[doc = "`GetState(*mutcrate::nn::hid::touchscreenstate2::TouchScreenState2)` overload"]
47    pub fn get_state_2() -> crate::nn::hid::touchscreenstate2::TouchScreenState2 {
48        unsafe {
49            let mut __out_0 = ::core::mem::MaybeUninit::<crate::nn::hid::touchscreenstate2::TouchScreenState2>::uninit();
50            ::unity::il2cpp_call!((::unity::module_base()+0x2299520usize)as*mut u8,();
51(*mut crate::nn::hid::touchscreenstate2::TouchScreenState2)__out_0.as_mut_ptr());
52            __out_0.assume_init()
53        }
54    }
55
56    #[doc = "`GetState(*mutcrate::nn::hid::touchscreenstate3::TouchScreenState3)` overload"]
57    pub fn get_state_3() -> crate::nn::hid::touchscreenstate3::TouchScreenState3 {
58        unsafe {
59            let mut __out_0 = ::core::mem::MaybeUninit::<crate::nn::hid::touchscreenstate3::TouchScreenState3>::uninit();
60            ::unity::il2cpp_call!((::unity::module_base()+0x2299530usize)as*mut u8,();
61(*mut crate::nn::hid::touchscreenstate3::TouchScreenState3)__out_0.as_mut_ptr());
62            __out_0.assume_init()
63        }
64    }
65
66    #[doc = "`GetState(*mutcrate::nn::hid::touchscreenstate4::TouchScreenState4)` overload"]
67    pub fn get_state_4() -> crate::nn::hid::touchscreenstate4::TouchScreenState4 {
68        unsafe {
69            let mut __out_0 = ::core::mem::MaybeUninit::<crate::nn::hid::touchscreenstate4::TouchScreenState4>::uninit();
70            ::unity::il2cpp_call!((::unity::module_base()+0x2299540usize)as*mut u8,();
71(*mut crate::nn::hid::touchscreenstate4::TouchScreenState4)__out_0.as_mut_ptr());
72            __out_0.assume_init()
73        }
74    }
75
76    #[doc = "`GetState(*mutcrate::nn::hid::touchscreenstate5::TouchScreenState5)` overload"]
77    pub fn get_state_5() -> crate::nn::hid::touchscreenstate5::TouchScreenState5 {
78        unsafe {
79            let mut __out_0 = ::core::mem::MaybeUninit::<crate::nn::hid::touchscreenstate5::TouchScreenState5>::uninit();
80            ::unity::il2cpp_call!((::unity::module_base()+0x2299550usize)as*mut u8,();
81(*mut crate::nn::hid::touchscreenstate5::TouchScreenState5)__out_0.as_mut_ptr());
82            __out_0.assume_init()
83        }
84    }
85
86    #[doc = "`GetState(*mutcrate::nn::hid::touchscreenstate6::TouchScreenState6)` overload"]
87    pub fn get_state_6() -> crate::nn::hid::touchscreenstate6::TouchScreenState6 {
88        unsafe {
89            let mut __out_0 = ::core::mem::MaybeUninit::<crate::nn::hid::touchscreenstate6::TouchScreenState6>::uninit();
90            ::unity::il2cpp_call!((::unity::module_base()+0x2299560usize)as*mut u8,();
91(*mut crate::nn::hid::touchscreenstate6::TouchScreenState6)__out_0.as_mut_ptr());
92            __out_0.assume_init()
93        }
94    }
95
96    #[doc = "`GetState(*mutcrate::nn::hid::touchscreenstate7::TouchScreenState7)` overload"]
97    pub fn get_state_7() -> crate::nn::hid::touchscreenstate7::TouchScreenState7 {
98        unsafe {
99            let mut __out_0 = ::core::mem::MaybeUninit::<crate::nn::hid::touchscreenstate7::TouchScreenState7>::uninit();
100            ::unity::il2cpp_call!((::unity::module_base()+0x2299570usize)as*mut u8,();
101(*mut crate::nn::hid::touchscreenstate7::TouchScreenState7)__out_0.as_mut_ptr());
102            __out_0.assume_init()
103        }
104    }
105
106    #[doc = "`GetState(*mutcrate::nn::hid::touchscreenstate8::TouchScreenState8)` overload"]
107    pub fn get_state_8() -> crate::nn::hid::touchscreenstate8::TouchScreenState8 {
108        unsafe {
109            let mut __out_0 = ::core::mem::MaybeUninit::<crate::nn::hid::touchscreenstate8::TouchScreenState8>::uninit();
110            ::unity::il2cpp_call!((::unity::module_base()+0x2299580usize)as*mut u8,();
111(*mut crate::nn::hid::touchscreenstate8::TouchScreenState8)__out_0.as_mut_ptr());
112            __out_0.assume_init()
113        }
114    }
115
116    #[doc = "`GetState(*mutcrate::nn::hid::touchscreenstate9::TouchScreenState9)` overload"]
117    pub fn get_state_9() -> crate::nn::hid::touchscreenstate9::TouchScreenState9 {
118        unsafe {
119            let mut __out_0 = ::core::mem::MaybeUninit::<crate::nn::hid::touchscreenstate9::TouchScreenState9>::uninit();
120            ::unity::il2cpp_call!((::unity::module_base()+0x2299590usize)as*mut u8,();
121(*mut crate::nn::hid::touchscreenstate9::TouchScreenState9)__out_0.as_mut_ptr());
122            __out_0.assume_init()
123        }
124    }
125
126    #[doc = "`GetState(*mutcrate::nn::hid::touchscreenstate10::TouchScreenState10)` overload"]
127    pub fn get_state_10() -> crate::nn::hid::touchscreenstate10::TouchScreenState10 {
128        unsafe {
129            let mut __out_0 = ::core::mem::MaybeUninit::<crate::nn::hid::touchscreenstate10::TouchScreenState10>::uninit();
130            ::unity::il2cpp_call!((::unity::module_base()+0x22995a0usize)as*mut u8,();
131(*mut crate::nn::hid::touchscreenstate10::TouchScreenState10)__out_0.as_mut_ptr());
132            __out_0.assume_init()
133        }
134    }
135
136    #[doc = "`GetState(*mutcrate::nn::hid::touchscreenstate11::TouchScreenState11)` overload"]
137    pub fn get_state_11() -> crate::nn::hid::touchscreenstate11::TouchScreenState11 {
138        unsafe {
139            let mut __out_0 = ::core::mem::MaybeUninit::<crate::nn::hid::touchscreenstate11::TouchScreenState11>::uninit();
140            ::unity::il2cpp_call!((::unity::module_base()+0x22995b0usize)as*mut u8,();
141(*mut crate::nn::hid::touchscreenstate11::TouchScreenState11)__out_0.as_mut_ptr());
142            __out_0.assume_init()
143        }
144    }
145
146    #[doc = "`GetState(*mutcrate::nn::hid::touchscreenstate12::TouchScreenState12)` overload"]
147    pub fn get_state_12() -> crate::nn::hid::touchscreenstate12::TouchScreenState12 {
148        unsafe {
149            let mut __out_0 = ::core::mem::MaybeUninit::<crate::nn::hid::touchscreenstate12::TouchScreenState12>::uninit();
150            ::unity::il2cpp_call!((::unity::module_base()+0x22995c0usize)as*mut u8,();
151(*mut crate::nn::hid::touchscreenstate12::TouchScreenState12)__out_0.as_mut_ptr());
152            __out_0.assume_init()
153        }
154    }
155
156    #[doc = "`GetState(*mutcrate::nn::hid::touchscreenstate13::TouchScreenState13)` overload"]
157    pub fn get_state_13() -> crate::nn::hid::touchscreenstate13::TouchScreenState13 {
158        unsafe {
159            let mut __out_0 = ::core::mem::MaybeUninit::<crate::nn::hid::touchscreenstate13::TouchScreenState13>::uninit();
160            ::unity::il2cpp_call!((::unity::module_base()+0x22995d0usize)as*mut u8,();
161(*mut crate::nn::hid::touchscreenstate13::TouchScreenState13)__out_0.as_mut_ptr());
162            __out_0.assume_init()
163        }
164    }
165
166    #[doc = "`GetState(*mutcrate::nn::hid::touchscreenstate14::TouchScreenState14)` overload"]
167    pub fn get_state_14() -> crate::nn::hid::touchscreenstate14::TouchScreenState14 {
168        unsafe {
169            let mut __out_0 = ::core::mem::MaybeUninit::<crate::nn::hid::touchscreenstate14::TouchScreenState14>::uninit();
170            ::unity::il2cpp_call!((::unity::module_base()+0x22995e0usize)as*mut u8,();
171(*mut crate::nn::hid::touchscreenstate14::TouchScreenState14)__out_0.as_mut_ptr());
172            __out_0.assume_init()
173        }
174    }
175
176    #[doc = "`GetState(*mutcrate::nn::hid::touchscreenstate15::TouchScreenState15)` overload"]
177    pub fn get_state_15() -> crate::nn::hid::touchscreenstate15::TouchScreenState15 {
178        unsafe {
179            let mut __out_0 = ::core::mem::MaybeUninit::<crate::nn::hid::touchscreenstate15::TouchScreenState15>::uninit();
180            ::unity::il2cpp_call!((::unity::module_base()+0x22995f0usize)as*mut u8,();
181(*mut crate::nn::hid::touchscreenstate15::TouchScreenState15)__out_0.as_mut_ptr());
182            __out_0.assume_init()
183        }
184    }
185
186    #[doc = "`GetState(*mutcrate::nn::hid::touchscreenstate16::TouchScreenState16)` overload"]
187    pub fn get_state_16() -> crate::nn::hid::touchscreenstate16::TouchScreenState16 {
188        unsafe {
189            let mut __out_0 = ::core::mem::MaybeUninit::<crate::nn::hid::touchscreenstate16::TouchScreenState16>::uninit();
190            ::unity::il2cpp_call!((::unity::module_base()+0x2299600usize)as*mut u8,();
191(*mut crate::nn::hid::touchscreenstate16::TouchScreenState16)__out_0.as_mut_ptr());
192            __out_0.assume_init()
193        }
194    }
195
196    #[doc = "`GetStates(::unity::Array<crate::nn::hid::touchscreenstate1::TouchScreenState1>, i32)` overload"]
197    pub fn get_states(
198        p_out_values: impl ::core::convert::Into<::unity::Array<crate::nn::hid::touchscreenstate1::TouchScreenState1>>,
199        count: impl ::core::convert::Into<i32>,
200    ) -> i32 {
201        unsafe {
202            ::unity::il2cpp_call!((::unity::module_base()+0x2299610usize)as*mut u8,i32;
203(::unity::Array<crate::nn::hid::touchscreenstate1::TouchScreenState1>)::core::convert::Into::into(p_out_values),(i32)::core::convert::Into::into(count))
204        }
205    }
206
207    #[doc = "`GetStates(::unity::Array<crate::nn::hid::touchscreenstate2::TouchScreenState2>, i32)` overload"]
208    pub fn get_states_2(
209        p_out_values: impl ::core::convert::Into<::unity::Array<crate::nn::hid::touchscreenstate2::TouchScreenState2>>,
210        count: impl ::core::convert::Into<i32>,
211    ) -> i32 {
212        unsafe {
213            ::unity::il2cpp_call!((::unity::module_base()+0x2299730usize)as*mut u8,i32;
214(::unity::Array<crate::nn::hid::touchscreenstate2::TouchScreenState2>)::core::convert::Into::into(p_out_values),(i32)::core::convert::Into::into(count))
215        }
216    }
217
218    #[doc = "`GetStates(::unity::Array<crate::nn::hid::touchscreenstate3::TouchScreenState3>, i32)` overload"]
219    pub fn get_states_3(
220        p_out_values: impl ::core::convert::Into<::unity::Array<crate::nn::hid::touchscreenstate3::TouchScreenState3>>,
221        count: impl ::core::convert::Into<i32>,
222    ) -> i32 {
223        unsafe {
224            ::unity::il2cpp_call!((::unity::module_base()+0x2299850usize)as*mut u8,i32;
225(::unity::Array<crate::nn::hid::touchscreenstate3::TouchScreenState3>)::core::convert::Into::into(p_out_values),(i32)::core::convert::Into::into(count))
226        }
227    }
228
229    #[doc = "`GetStates(::unity::Array<crate::nn::hid::touchscreenstate4::TouchScreenState4>, i32)` overload"]
230    pub fn get_states_4(
231        p_out_values: impl ::core::convert::Into<::unity::Array<crate::nn::hid::touchscreenstate4::TouchScreenState4>>,
232        count: impl ::core::convert::Into<i32>,
233    ) -> i32 {
234        unsafe {
235            ::unity::il2cpp_call!((::unity::module_base()+0x2299980usize)as*mut u8,i32;
236(::unity::Array<crate::nn::hid::touchscreenstate4::TouchScreenState4>)::core::convert::Into::into(p_out_values),(i32)::core::convert::Into::into(count))
237        }
238    }
239
240    #[doc = "`GetStates(::unity::Array<crate::nn::hid::touchscreenstate5::TouchScreenState5>, i32)` overload"]
241    pub fn get_states_5(
242        p_out_values: impl ::core::convert::Into<::unity::Array<crate::nn::hid::touchscreenstate5::TouchScreenState5>>,
243        count: impl ::core::convert::Into<i32>,
244    ) -> i32 {
245        unsafe {
246            ::unity::il2cpp_call!((::unity::module_base()+0x2299ab0usize)as*mut u8,i32;
247(::unity::Array<crate::nn::hid::touchscreenstate5::TouchScreenState5>)::core::convert::Into::into(p_out_values),(i32)::core::convert::Into::into(count))
248        }
249    }
250
251    #[doc = "`GetStates(::unity::Array<crate::nn::hid::touchscreenstate6::TouchScreenState6>, i32)` overload"]
252    pub fn get_states_6(
253        p_out_values: impl ::core::convert::Into<::unity::Array<crate::nn::hid::touchscreenstate6::TouchScreenState6>>,
254        count: impl ::core::convert::Into<i32>,
255    ) -> i32 {
256        unsafe {
257            ::unity::il2cpp_call!((::unity::module_base()+0x2299be0usize)as*mut u8,i32;
258(::unity::Array<crate::nn::hid::touchscreenstate6::TouchScreenState6>)::core::convert::Into::into(p_out_values),(i32)::core::convert::Into::into(count))
259        }
260    }
261
262    #[doc = "`GetStates(::unity::Array<crate::nn::hid::touchscreenstate7::TouchScreenState7>, i32)` overload"]
263    pub fn get_states_7(
264        p_out_values: impl ::core::convert::Into<::unity::Array<crate::nn::hid::touchscreenstate7::TouchScreenState7>>,
265        count: impl ::core::convert::Into<i32>,
266    ) -> i32 {
267        unsafe {
268            ::unity::il2cpp_call!((::unity::module_base()+0x2299d30usize)as*mut u8,i32;
269(::unity::Array<crate::nn::hid::touchscreenstate7::TouchScreenState7>)::core::convert::Into::into(p_out_values),(i32)::core::convert::Into::into(count))
270        }
271    }
272
273    #[doc = "`GetStates(::unity::Array<crate::nn::hid::touchscreenstate8::TouchScreenState8>, i32)` overload"]
274    pub fn get_states_8(
275        p_out_values: impl ::core::convert::Into<::unity::Array<crate::nn::hid::touchscreenstate8::TouchScreenState8>>,
276        count: impl ::core::convert::Into<i32>,
277    ) -> i32 {
278        unsafe {
279            ::unity::il2cpp_call!((::unity::module_base()+0x2299e60usize)as*mut u8,i32;
280(::unity::Array<crate::nn::hid::touchscreenstate8::TouchScreenState8>)::core::convert::Into::into(p_out_values),(i32)::core::convert::Into::into(count))
281        }
282    }
283
284    #[doc = "`GetStates(::unity::Array<crate::nn::hid::touchscreenstate9::TouchScreenState9>, i32)` overload"]
285    pub fn get_states_9(
286        p_out_values: impl ::core::convert::Into<::unity::Array<crate::nn::hid::touchscreenstate9::TouchScreenState9>>,
287        count: impl ::core::convert::Into<i32>,
288    ) -> i32 {
289        unsafe {
290            ::unity::il2cpp_call!((::unity::module_base()+0x2299f90usize)as*mut u8,i32;
291(::unity::Array<crate::nn::hid::touchscreenstate9::TouchScreenState9>)::core::convert::Into::into(p_out_values),(i32)::core::convert::Into::into(count))
292        }
293    }
294
295    #[doc = "`GetStates(::unity::Array<crate::nn::hid::touchscreenstate10::TouchScreenState10>, i32)` overload"]
296    pub fn get_states_10(
297        p_out_values: impl ::core::convert::Into<::unity::Array<crate::nn::hid::touchscreenstate10::TouchScreenState10>>,
298        count: impl ::core::convert::Into<i32>,
299    ) -> i32 {
300        unsafe {
301            ::unity::il2cpp_call!((::unity::module_base()+0x229a0c0usize)as*mut u8,i32;
302(::unity::Array<crate::nn::hid::touchscreenstate10::TouchScreenState10>)::core::convert::Into::into(p_out_values),(i32)::core::convert::Into::into(count))
303        }
304    }
305
306    #[doc = "`GetStates(::unity::Array<crate::nn::hid::touchscreenstate11::TouchScreenState11>, i32)` overload"]
307    pub fn get_states_11(
308        p_out_values: impl ::core::convert::Into<::unity::Array<crate::nn::hid::touchscreenstate11::TouchScreenState11>>,
309        count: impl ::core::convert::Into<i32>,
310    ) -> i32 {
311        unsafe {
312            ::unity::il2cpp_call!((::unity::module_base()+0x229a1f0usize)as*mut u8,i32;
313(::unity::Array<crate::nn::hid::touchscreenstate11::TouchScreenState11>)::core::convert::Into::into(p_out_values),(i32)::core::convert::Into::into(count))
314        }
315    }
316
317    #[doc = "`GetStates(::unity::Array<crate::nn::hid::touchscreenstate12::TouchScreenState12>, i32)` overload"]
318    pub fn get_states_12(
319        p_out_values: impl ::core::convert::Into<::unity::Array<crate::nn::hid::touchscreenstate12::TouchScreenState12>>,
320        count: impl ::core::convert::Into<i32>,
321    ) -> i32 {
322        unsafe {
323            ::unity::il2cpp_call!((::unity::module_base()+0x229a320usize)as*mut u8,i32;
324(::unity::Array<crate::nn::hid::touchscreenstate12::TouchScreenState12>)::core::convert::Into::into(p_out_values),(i32)::core::convert::Into::into(count))
325        }
326    }
327
328    #[doc = "`GetStates(::unity::Array<crate::nn::hid::touchscreenstate13::TouchScreenState13>, i32)` overload"]
329    pub fn get_states_13(
330        p_out_values: impl ::core::convert::Into<::unity::Array<crate::nn::hid::touchscreenstate13::TouchScreenState13>>,
331        count: impl ::core::convert::Into<i32>,
332    ) -> i32 {
333        unsafe {
334            ::unity::il2cpp_call!((::unity::module_base()+0x229a440usize)as*mut u8,i32;
335(::unity::Array<crate::nn::hid::touchscreenstate13::TouchScreenState13>)::core::convert::Into::into(p_out_values),(i32)::core::convert::Into::into(count))
336        }
337    }
338
339    #[doc = "`GetStates(::unity::Array<crate::nn::hid::touchscreenstate14::TouchScreenState14>, i32)` overload"]
340    pub fn get_states_14(
341        p_out_values: impl ::core::convert::Into<::unity::Array<crate::nn::hid::touchscreenstate14::TouchScreenState14>>,
342        count: impl ::core::convert::Into<i32>,
343    ) -> i32 {
344        unsafe {
345            ::unity::il2cpp_call!((::unity::module_base()+0x229a570usize)as*mut u8,i32;
346(::unity::Array<crate::nn::hid::touchscreenstate14::TouchScreenState14>)::core::convert::Into::into(p_out_values),(i32)::core::convert::Into::into(count))
347        }
348    }
349
350    #[doc = "`GetStates(::unity::Array<crate::nn::hid::touchscreenstate15::TouchScreenState15>, i32)` overload"]
351    pub fn get_states_15(
352        p_out_values: impl ::core::convert::Into<::unity::Array<crate::nn::hid::touchscreenstate15::TouchScreenState15>>,
353        count: impl ::core::convert::Into<i32>,
354    ) -> i32 {
355        unsafe {
356            ::unity::il2cpp_call!((::unity::module_base()+0x229a6a0usize)as*mut u8,i32;
357(::unity::Array<crate::nn::hid::touchscreenstate15::TouchScreenState15>)::core::convert::Into::into(p_out_values),(i32)::core::convert::Into::into(count))
358        }
359    }
360
361    #[doc = "`GetStates(::unity::Array<crate::nn::hid::touchscreenstate16::TouchScreenState16>, i32)` overload"]
362    pub fn get_states_16(
363        p_out_values: impl ::core::convert::Into<::unity::Array<crate::nn::hid::touchscreenstate16::TouchScreenState16>>,
364        count: impl ::core::convert::Into<i32>,
365    ) -> i32 {
366        unsafe {
367            ::unity::il2cpp_call!((::unity::module_base()+0x229a7d0usize)as*mut u8,i32;
368(::unity::Array<crate::nn::hid::touchscreenstate16::TouchScreenState16>)::core::convert::Into::into(p_out_values),(i32)::core::convert::Into::into(count))
369        }
370    }
371}
372
373#[cfg(feature = "nn-hid-touchscreen")]
374impl TouchScreen {
375    pub fn initialize_method_info() -> &'static ::unity::il2cpp::MethodInfo {
376        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
377    }
378
379    pub fn get_state_method_info() -> &'static ::unity::il2cpp::MethodInfo {
380        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
381    }
382
383    pub fn get_state_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
384        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
385    }
386
387    pub fn get_state_3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
388        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
389    }
390
391    pub fn get_state_4_method_info() -> &'static ::unity::il2cpp::MethodInfo {
392        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
393    }
394
395    pub fn get_state_5_method_info() -> &'static ::unity::il2cpp::MethodInfo {
396        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
397    }
398
399    pub fn get_state_6_method_info() -> &'static ::unity::il2cpp::MethodInfo {
400        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
401    }
402
403    pub fn get_state_7_method_info() -> &'static ::unity::il2cpp::MethodInfo {
404        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
405    }
406
407    pub fn get_state_8_method_info() -> &'static ::unity::il2cpp::MethodInfo {
408        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
409    }
410
411    pub fn get_state_9_method_info() -> &'static ::unity::il2cpp::MethodInfo {
412        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[9]
413    }
414
415    pub fn get_state_10_method_info() -> &'static ::unity::il2cpp::MethodInfo {
416        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[10]
417    }
418
419    pub fn get_state_11_method_info() -> &'static ::unity::il2cpp::MethodInfo {
420        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[11]
421    }
422
423    pub fn get_state_12_method_info() -> &'static ::unity::il2cpp::MethodInfo {
424        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[12]
425    }
426
427    pub fn get_state_13_method_info() -> &'static ::unity::il2cpp::MethodInfo {
428        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[13]
429    }
430
431    pub fn get_state_14_method_info() -> &'static ::unity::il2cpp::MethodInfo {
432        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[14]
433    }
434
435    pub fn get_state_15_method_info() -> &'static ::unity::il2cpp::MethodInfo {
436        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[15]
437    }
438
439    pub fn get_state_16_method_info() -> &'static ::unity::il2cpp::MethodInfo {
440        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[16]
441    }
442
443    pub fn get_states_method_info() -> &'static ::unity::il2cpp::MethodInfo {
444        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[17]
445    }
446
447    pub fn get_states_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
448        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[18]
449    }
450
451    pub fn get_states_3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
452        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[19]
453    }
454
455    pub fn get_states_4_method_info() -> &'static ::unity::il2cpp::MethodInfo {
456        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[20]
457    }
458
459    pub fn get_states_5_method_info() -> &'static ::unity::il2cpp::MethodInfo {
460        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[21]
461    }
462
463    pub fn get_states_6_method_info() -> &'static ::unity::il2cpp::MethodInfo {
464        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[22]
465    }
466
467    pub fn get_states_7_method_info() -> &'static ::unity::il2cpp::MethodInfo {
468        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[23]
469    }
470
471    pub fn get_states_8_method_info() -> &'static ::unity::il2cpp::MethodInfo {
472        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[24]
473    }
474
475    pub fn get_states_9_method_info() -> &'static ::unity::il2cpp::MethodInfo {
476        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[25]
477    }
478
479    pub fn get_states_10_method_info() -> &'static ::unity::il2cpp::MethodInfo {
480        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[26]
481    }
482
483    pub fn get_states_11_method_info() -> &'static ::unity::il2cpp::MethodInfo {
484        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[27]
485    }
486
487    pub fn get_states_12_method_info() -> &'static ::unity::il2cpp::MethodInfo {
488        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[28]
489    }
490
491    pub fn get_states_13_method_info() -> &'static ::unity::il2cpp::MethodInfo {
492        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[29]
493    }
494
495    pub fn get_states_14_method_info() -> &'static ::unity::il2cpp::MethodInfo {
496        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[30]
497    }
498
499    pub fn get_states_15_method_info() -> &'static ::unity::il2cpp::MethodInfo {
500        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[31]
501    }
502
503    pub fn get_states_16_method_info() -> &'static ::unity::il2cpp::MethodInfo {
504        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[32]
505    }
506}
507
508#[cfg(feature = "nn-hid-touchscreen")]
509#[doc(hidden)]
510pub mod prelude {
511    pub use super::{ITouchScreen, TouchScreen};
512    pub use crate::system::object::IObject;
513    #[cfg(feature = "system-object")]
514    pub use crate::system::object::IObjectMethods;
515}