mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 13:51:13 +00:00
Janitor: fixup markdown typo
This commit is contained in:
parent
10df2dceea
commit
0ca42445c1
1 changed files with 1 additions and 1 deletions
|
@ -752,7 +752,7 @@ When not part of a layout, its width or height default to 100% of the parent ele
|
|||
### Callbacks
|
||||
|
||||
- **`clicked()`**: Invoked when clicked: The mouse is pressed, then released on this element.
|
||||
- **`double-clicked()**`: Invoked when double-clicked. The mouse is pressed and released twice on this element in a short
|
||||
- **`double-clicked()`**: Invoked when double-clicked. The mouse is pressed and released twice on this element in a short
|
||||
period of time. Assigning this callback will cause the `clicked` callback to get delayed, so that Slint can
|
||||
detect whether the first click was a click or the first half of a double click.
|
||||
- **`moved()`**: The mouse has been moved. This will only be called if the mouse is also pressed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue