feat: Implement set_cursor_hittest for X11
This commit is contained in:
parent
61581ebb4f
commit
bbeacc46d5
3 changed files with 32 additions and 6 deletions
|
|
@ -1445,7 +1445,7 @@ impl Window {
|
|||
///
|
||||
/// ## Platform-specific
|
||||
///
|
||||
/// - **iOS / Android / Web / X11 / Orbital:** Always returns an [`ExternalError::NotSupported`].
|
||||
/// - **iOS / Android / Web / Orbital:** Always returns an [`ExternalError::NotSupported`].
|
||||
#[inline]
|
||||
pub fn set_cursor_hittest(&self, hittest: bool) -> Result<(), ExternalError> {
|
||||
self.window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue