diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-11-12 08:50:05 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-11-12 08:50:05 +0100 |
commit | d3a0606c65535be34cb38e6cfb3ba8d92657ad82 (patch) | |
tree | 0baf7c7a132138efc5a5a223f986795521108187 /docs | |
parent | f793194e43b130ae9e5133ac7d03bd819ce77e91 (diff) | |
parent | 04334f284c8c4236e2a07b6611ddb790ee05db72 (diff) | |
download | uGFX-d3a0606c65535be34cb38e6cfb3ba8d92657ad82.tar.gz uGFX-d3a0606c65535be34cb38e6cfb3ba8d92657ad82.tar.bz2 uGFX-d3a0606c65535be34cb38e6cfb3ba8d92657ad82.zip |
Merge branch 'newmouse'
Diffstat (limited to 'docs')
-rw-r--r-- | docs/releases.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases.txt b/docs/releases.txt index cf401935..ef1e4547 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -32,6 +32,10 @@ FEATURE: Added transparent custom draws for GWIN containers and frame widgets FEATURE: Added image custom draws for GWIN containers and frame widgets FEATURE: Added GDRIVER infrastructure. Ported GDISP to use it. FEATURE: Added gdispDrawArcSectors() and gdispFillArcSectors(). +FEATURE: Ported GINPUT MOUSE to GDRIVER infrastructure. +FEATURE: Mouse/Touch now support both pen and finger mode. +DEPRECATE: gwinAttachMouse() is now handled automaticly. +FEATURE: Added MAX11802 touch driver by user steved *** Release 2.1 *** |