Rev 61397 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| Download
| RSS feed
Last modification
- Rev 64106 2013-10-24 13:22:33
- Author: murdoch
- Log message:
- Add waitevent() to GraphApp, and R_WaitEvent to R, to block until the next event that R needs to handle. (Windows only for now.)
Use this to fix the 100% CPU problem in getGraphicsEvent. (PR#15500)
Fix the getGraphicsEvent example; Windows now sends mouse move messages whenever the plot is refreshed, even if the mouse doesn't move.