aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@embedded.pro>2016-07-26 12:50:32 +0200
committerJoel Bodenmann <joel@embedded.pro>2016-07-26 12:50:32 +0200
commitaf5fe425a8c6a1f9620c0c877ba8accc066298c1 (patch)
tree8a6656373bfd556ac763b3d08a591b5031deb040 /docs
parente67e314df4e342323c2f2bb03fd2f79540990ded (diff)
downloaduGFX-af5fe425a8c6a1f9620c0c877ba8accc066298c1.tar.gz
uGFX-af5fe425a8c6a1f9620c0c877ba8accc066298c1.tar.bz2
uGFX-af5fe425a8c6a1f9620c0c877ba8accc066298c1.zip
Adding QWidget touch driver
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index fa87deef..edca8ede 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -11,6 +11,7 @@ FEATURE: Added gwinPrintg()
FIX: Fix sprintg and related functions handling of NULL pointers.
FIX: Fixing width calculation of gdispGDrawString() and gdispGFillString().
FEATURE: Added QImage display driver.
+FEATURE: Added QWidget touch driver
FEATURE: Added support for Qt as a GOS platform
FEATURE: Add ability to set a parent for a win32 ugfx emulator window
FEATURE: Add ability to inject mouse events for a Win32 ugfx emulator window