Merge pull request #50 from damianfral/patch-1

Fix updatePointer equivalence table.
This commit is contained in:
geekosaur
2016-04-12 11:15:56 -04:00

View File

@@ -31,7 +31,7 @@
| < 0.12 | >= 0.12 |
|-------------------------------------|----------------------------------|
| `updatePointer Nearest` | `updatePointer (0.5, 0.5) (1,1)` |
| `updatePointer (Relative x y)` | `updatePointer (x,y) (1,1)` |
| `updatePointer (Relative x y)` | `updatePointer (x,y) (0,0)` |
| `updatePointer (TowardsCentre x y)` | `updatePointer (0.5,0.5) (x,y)` |
### New Modules