hi all, what's the best way to block all msaa events from a particular process?
it looks like each individual event must be blocked with it's own call to blockEvent, and when looking at the enumerations, they don't seem to be in a single contiguous range of values, but multiple ranges.
do I need to design a loop for each range of event ids which calls the blockEvent method?
oh, and do I need to worry about unblocking these when my script terminates? thanks. Chip
