hello. Just for thoughts of "how does it work"
I need to do this:
A voice command VC1 that toggles a keyboard key,i.e. Num6, on/off
If Num6 on
{
start a trigger, executing a routine) every X millisecond
{ compare color at x,y position with a fixed value.
if equal, click a keyboardkey
if Num6 state is toggeled (off) by VC1, release trigger
}
}
The color compare routine is allready taken care of and uses a inline function.
But howto implement a timer that fires off a routine every X millisecond, like above, is a mystery...to me
Any suggestions?