Struct sdl2::mouse::Cursor
[−]
[src]
pub struct Cursor {
// some fields omitted
}pub struct Cursor {
// some fields omitted
}impl Cursor[src]fn new(data: &[u8], mask: &[u8], width: i32, height: i32, hot_x: i32, hot_y: i32) -> Result<Cursor, String>fn from_surface<S: AsRef<SurfaceRef>>(surface: S, hot_x: i32, hot_y: i32) -> Result<Cursor, String>fn from_system(cursor: SystemCursor) -> Result<Cursor, String>fn set(&self)impl Drop for Cursor[src]