mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Templates. Set fixed height (#996)
This commit is contained in:
@@ -60,7 +60,7 @@ fun main() = singleWindowApplication {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||
<img alt="Application running" src="mouse_click.gif" height="500" />
|
||||
|
||||
### Mouse move listeners
|
||||
|
||||
@@ -100,7 +100,7 @@ fun main() = singleWindowApplication {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||
<img alt="Application running" src="mouse_move.gif" height="519" />
|
||||
|
||||
### Mouse enter listeners
|
||||
|
||||
@@ -152,7 +152,7 @@ fun main() = singleWindowApplication {
|
||||
}
|
||||
}
|
||||
```
|
||||

|
||||
<img alt="Application running" src="mouse_enter.gif" height="500" />
|
||||
|
||||
### Mouse right/middle clicks and keyboard modifiers
|
||||
|
||||
@@ -195,6 +195,6 @@ fun main() = singleWindowApplication {
|
||||
)
|
||||
}
|
||||
```
|
||||

|
||||
<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`
|
||||
Reference in New Issue
Block a user