Replies: 1 comment
-
Moving this into a discussion, as I'm fairly sure this isn't a bug. The big thing which stands out is that you're passing a button width/height, while the API actually expects a min/max x/y coordinate. So |
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
-
When using the Term and Monitor APIs, sometimes text isn't positioned correctly. I specifically get this error when using Lyqyd's Touchpoint API, though looking at his code nothing like this should be happening, and using Touchpoint on 1.7.10 works without issue.
Essentially, an Y value of 2 means "the second block" not "the second character". Here's an example program so you can try it out.
Touchpoint - pastebin get pFHeia96 touchpoint
Example Program - pastebin get hgM0eknG test
What it looks like when happening:
(The program should be listing all of the strings in the table, not just the first one)
I'm running MC 1.12.2, CC:T version 1.89.2
Sorry if this is known/not your fault, and thanks for taking the time to look into it!
Beta Was this translation helpful? Give feedback.
All reactions