aboutsummaryrefslogtreecommitdiffstats
path: root/src/win32/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/mod.rs')
-rw-r--r--src/win32/mod.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/win32/mod.rs b/src/win32/mod.rs
index 380342e..9daf0c3 100644
--- a/src/win32/mod.rs
+++ b/src/win32/mod.rs
@@ -255,6 +255,14 @@ impl Window {
unimplemented!()
}
+ pub fn grab_cursor(&self) -> Result<(), String> {
+ unimplemented!()
+ }
+
+ pub fn ungrab_cursor(&self) {
+ unimplemented!()
+ }
+
pub fn hidpi_factor(&self) -> f32 {
1.0
}