diff options
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 *** |