View Single Post
  #5  
Old 01-28-2016, 04:25 AM
VizMars VizMars is offline
Member
 
Join Date: Jan 2016
Posts: 40
I'm checking it trough Leap Python code.
I checked your script cedrusExample and it uses a vizact.onupdate function (self.__onupdate) to check for keypresses.

When I'm running a separate thread, is it faster to use a while(TRUE)-loop to check for the events or is vizact.onupdate faster?
Reply With Quote