1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

egui_web: Fix use of egui on devices with both touch and mouse (#654)

This commit is contained in:
Emil Ernerfeldt
2021-08-28 08:37:07 +02:00
committed by GitHub
parent c6a0db8602
commit 9bc95289cc
3 changed files with 49 additions and 63 deletions

View File

@@ -6,7 +6,8 @@ All notable changes to the `egui_web` integration will be noted in this file.
## Unreleased
### Fixed 🐛
* Fix alpha blending for WebGL2 and WebGL1 with sRGB support backends, now having identical results as egui_glium
* Fix alpha blending for WebGL2 and WebGL1 with sRGB support backends, now having identical results as egui_glium.
* Fix use of egui on devices with both touch and mouse.
## 0.14.0 - 2021-08-24