FlushKeys Mac and PC

BlitzMax Forums/BlitzMax Programming/FlushKeys Mac and PC

Jay Kyburz(Posted 2005) [#1]
Hey All,

Does FlushKeys work differently on PC and Mac. Has it changed recently leaving one of my machines is out of date?

I call FlushKeys() at the end of my main loop just before I call FlushMem(). If none of my UI objects collected key presses I want them out of the que. On PC this works fine however on my Mac it seems to be flushing the key cache before my UI objects have a change to see them.. ???

Has anybody else seen this?