Open dleung18 opened 2 years ago
The desktop processing cursor() function does not work in Processing for Android. see this thread in the forum : https://processing.org/reference/noCursor_.html So, this logic analyzer sketch is only for desktop pc. Author, would you please develop another version for Processing for Android? Thank you. BTW, is it possible to change the mouseCursor() to Touch()?, since Android is not using a mouse. It is using the touch screen.
Sorry, but it isn't in my todo list. Feel free to use this code to develop one
Il lun 13 giu 2022, 18:48 dleung18 @.***> ha scritto:
The desktop processing cursor() function does not work in Processing for Android. see this thread in the forum : https://processing.org/reference/noCursor_.html So, this logic analyzer sketch is only for desktop pc. Author, would you please develop another version for Processing for Android? Thank you. BTW, is it possible to change the mouseCursor() to Touch()?, since Android is not using a mouse. It is using the touch screen.
— Reply to this email directly, view it on GitHub https://github.com/aster94/logic-analyzer/issues/17#issuecomment-1154152829, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFBUBTUWQXACDMPBQ2WIFK3VO5Q45ANCNFSM5YIDKAFQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I tried to build the processing app in Processing 3. I got the following errors:-
. ERROR in C:\Users\dleun\AppData\Local\Temp\android8370208749590542939sketch\app\src\main\java\processing\test\logic_analyser_arduino_pde\Logic_analyser_arduino_pde.java (at line 352) cursor(HAND); ^^^^ HAND cannot be resolved to a variable
ERROR in C:\Users\dleun\AppData\Local\Temp\android8370208749590542939sketch\app\src\main\java\processing\test\logic_analyser_arduino_pde\Logic_analyser_arduino_pde.java (at line 354) cursor(HAND); ^^^^ HAND cannot be resolved to a variable
ERROR in C:\Users\dleun\AppData\Local\Temp\android8370208749590542939sketch\app\src\main\java\processing\test\logic_analyser_arduino_pde\Logic_analyser_arduino_pde.java (at line 356) cursor(HAND); ^^^^ HAND cannot be resolved to a variable
ERROR in C:\Users\dleun\AppData\Local\Temp\android8370208749590542939sketch\app\src\main\java\processing\test\logic_analyser_arduino_pde\Logic_analyser_arduino_pde.java (at line 358) cursor(HAND); ^^^^ HAND cannot be resolved to a variable