From 73a44d1dc4b704dfc454fa9fef4dbeb787501d75 Mon Sep 17 00:00:00 2001 From: Hartmut Bohnacker Date: Fri, 19 Jul 2019 09:53:50 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 70dab10..f3adb60 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # p5js-screenPosition + This function provides a solution to the missing screenX and screenY functions in p5.js. See https://github.com/processing/p5.js/issues/1553 for the discussion. + +**This is work in progress.** + +I'm aware of some missing stuff like tracking resetMatrix() and applyMatrix() in 2d-mode. \ No newline at end of file