Remove deprecated functions
This commit is contained in:
parent
424cc5ea49
commit
b99309bee2
4 changed files with 11 additions and 11 deletions
|
|
@ -142,7 +142,7 @@ pub enum GlRequest {
|
|||
},
|
||||
}
|
||||
|
||||
#[derive(Debug, Copy)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub enum MouseCursor {
|
||||
/// The platform-dependent default cursor.
|
||||
Default,
|
||||
|
|
@ -199,7 +199,7 @@ pub enum MouseCursor {
|
|||
}
|
||||
|
||||
/// Describes how glutin handles the cursor.
|
||||
#[derive(Debug, Copy)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub enum CursorState {
|
||||
/// Normal cursor behavior.
|
||||
Normal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue