diff options
author | Joel Bodenmann <joel@embedded.pro> | 2016-11-14 17:54:41 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@embedded.pro> | 2016-11-14 17:54:41 +0100 |
commit | 7d17a34111bef3167a45e9028020cfa45d6f4df3 (patch) | |
tree | 86e42637064b680b587b844657ebba4198a30c43 /docs | |
parent | 7f79b89eda65e2529128710168a5b1de431ff7f0 (diff) | |
download | uGFX-7d17a34111bef3167a45e9028020cfa45d6f4df3.tar.gz uGFX-7d17a34111bef3167a45e9028020cfa45d6f4df3.tar.bz2 uGFX-7d17a34111bef3167a45e9028020cfa45d6f4df3.zip |
Adding gmistHittestPoly()
Diffstat (limited to 'docs')
-rw-r--r-- | docs/releases.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/releases.txt b/docs/releases.txt index 517539c1..02d85879 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -22,6 +22,7 @@ FIX: Fixed an issue in the filled polygon drawing function which caused irregul FEATURE: Added high-level functions to modify image color palettes FIX: Improving gdispDrawThickLine() FEATURE: Added gdispAddFont() for adding a dynamic font to the permanent font list +FEATURE: Added gmiscHittestPoly() for checking whether a point is inside of a polygon *** Release 2.6 *** |