Replies: 3 comments
-
You can add that text to the status box at the lower left corner (which can be enabled by Settings -> Show status box. Then you can open a PR. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried editing index.html but I am not able, I only know plain HTML/Javascript, you used some kind of framework which I don't know. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ray-optics/simulator/js/editor.js
Line 272 in 76b103e
Add here this line to constantly show mouse coords somewhere:
myStatus.innerHTML = "X=" + mouse.x;+ + ", Y=" + mouse.y;
Beta Was this translation helpful? Give feedback.
All reactions