Templates. Set fixed height (#996)

This commit is contained in:
Igor Demin
2021-08-04 15:02:45 +03:00
committed by GitHub
parent 6b27ff0256
commit 4f1101b5ae
10 changed files with 39 additions and 40 deletions

View File

@@ -60,7 +60,7 @@ fun main() = singleWindowApplication {
}
```
![Application running](mouse_click.gif)
<img alt="Application running" src="mouse_click.gif" height="500" />
### Mouse move listeners
@@ -100,7 +100,7 @@ fun main() = singleWindowApplication {
}
```
![Application running](mouse_move.gif)
<img alt="Application running" src="mouse_move.gif" height="519" />
### Mouse enter listeners
@@ -152,7 +152,7 @@ fun main() = singleWindowApplication {
}
}
```
![Application running](mouse_enter.gif)
<img alt="Application running" src="mouse_enter.gif" height="500" />
### Mouse right/middle clicks and keyboard modifiers
@@ -195,6 +195,6 @@ fun main() = singleWindowApplication {
)
}
```
![Application running](mouse_event.gif)
<img alt="Application running" src="mouse_event.gif" height="500" />
If you need more information about events there is an available raw AWT mouse event object in `mouseEvent` property of `PointerEvent`