feat: Implement set_cursor_hittest for X11

This commit is contained in:
Ryan Hileman 2023-10-13 20:42:07 -07:00 committed by GitHub
parent 61581ebb4f
commit bbeacc46d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 6 deletions

View file

@ -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