Merge pull request #227 from aepsil0n/grab-cursor
Implement grabbing of the mouse pointer for X11
This commit is contained in:
commit
d6ebaaaf5c
6 changed files with 120 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue