Windows: cache custom cursors (#3293)
This commit is contained in:
parent
37b6243289
commit
787b2d7362
3 changed files with 35 additions and 25 deletions
|
|
@ -16,8 +16,8 @@ pub(crate) use self::{
|
|||
window::Window,
|
||||
};
|
||||
|
||||
pub(crate) use self::icon::WinCursor as PlatformCustomCursor;
|
||||
pub use self::icon::WinIcon as PlatformIcon;
|
||||
pub(crate) use crate::cursor::OnlyCursorImage as PlatformCustomCursor;
|
||||
pub(crate) use crate::cursor::OnlyCursorImageBuilder as PlatformCustomCursorBuilder;
|
||||
use crate::platform_impl::Fullscreen;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue