Hi all,
I've been struggling with getting keyboard input during cooking custom node, especially SOP node. It's needed because my custom node is a little bit expensive to cook, and I sometimes want to stop cooking right now when it takes a big time to finish.
Simply, I've started with c++ library like 'getch()' or something else. But, I realize that it's useless. It seems that Houdini hooks all mouse & keyboard event, so I can't catch any events in my codes.
I'm trying to know how to get some input events from Houdini, but I can't.
I'll be really happy when you teach me how to deal with it.
Thanks for reading and have a nice day.