File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -254,14 +254,20 @@ pub enum CursorIcon {
254
254
ZoomOut ,
255
255
256
256
/// Indicates that the user will select the action that will be carried out.
257
+ ///
258
+ /// This is a non-standard extension of the w3c, that will only be emitted
259
+ /// when used with a wayland backend.
257
260
DndAsk ,
258
261
259
262
/// Indicates that something can be moved or resized in any direction.
263
+ ///
264
+ /// This is a non-standard extension of the w3c, that will only be emitted
265
+ /// when used with a wayland backend.
260
266
AllResize ,
261
267
}
262
268
263
269
impl CursorIcon {
264
- /// The name of the cursor icon as defined in w3c standard.
270
+ /// The name of the cursor icon as defined in the w3c standard or wayland spec .
265
271
///
266
272
/// This name most of the time could be passed as is to cursor loading
267
273
/// libraries on X11/Wayland and could be used as-is on web.
You can’t perform that action at this time.
0 commit comments