gdk4_macos/auto/macos_device.rs
1// This file was generated by gir (https://github.com/gtk-rs/gir)
2// from gir-files (https://github.com/gtk-rs/gir-files)
3// DO NOT EDIT
4
5use crate::ffi;
6
7glib::wrapper! {
8 ///
9 ///
10 /// # Implements
11 ///
12 /// [`trait@gdk::prelude::DeviceExt`]
13 #[doc(alias = "GdkMacosDevice")]
14 pub struct MacosDevice(Object<ffi::GdkMacosDevice, ffi::GdkMacosDeviceClass>) @extends gdk::Device;
15
16 match fn {
17 type_ => || ffi::gdk_macos_device_get_type(),
18 }
19}
20
21impl MacosDevice {}