Searched refs:load_system_cursor (Results 1 – 2 of 2) sorted by relevance
168 let hcursor = Self::load_system_cursor(IDC_ARROW).unwrap_or(null_mut()); in register_window_class()
732 pub(crate) fn load_system_cursor(cursor_id: LPCWSTR) -> Result<HCURSOR> { in load_system_cursor() method