void Stop()? #47
Replies: 2 comments 6 replies
-
I don't see it in the typedef struct, so I'm assuming "no". Is there another way to achieve something similar? |
Beta Was this translation helpful? Give feedback.
-
Is this a C++ 101 thread? 😜 You're free to define (or override) pretty much any function you want in an applet class, or anywhere else. Just make stuff up! Trial & Error is a great strategy: make a modification, try to compile. If it fails, deciphering the errors is where I learn valuable lessons. I've thought about making a video tutorial about how to write applets for O_C... tips and tricks, etc. |
Beta Was this translation helpful? Give feedback.
-
Can you use void Stop() in an app? I don't think I've seen any HEM apps that do.
Beta Was this translation helpful? Give feedback.
All reactions