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:59:16 +0100 |
commit | 152e7e7e26beb4fb3db123a5f49dae7025737666 (patch) | |
tree | 86e42637064b680b587b844657ebba4198a30c43 /docs | |
parent | 7f79b89eda65e2529128710168a5b1de431ff7f0 (diff) | |
download | uGFX-152e7e7e26beb4fb3db123a5f49dae7025737666.tar.gz uGFX-152e7e7e26beb4fb3db123a5f49dae7025737666.tar.bz2 uGFX-152e7e7e26beb4fb3db123a5f49dae7025737666.zip |
Adding gmiscHittestPoly()
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 *** |