> I thought screencast-o-matic was written in Java, as Tor pointed out > some time ago. Does not seem to be using native calls. Does it?
They are obviously drawing the cursor on during post-processing (non- native cursor) and the frame rate is low enough to suggest java.awt.Robot is being used. The log does reveal the use of a native lib they refer to as "mouse position lib" which makes sense, I don't think the AWT can access non-client screen area (another limitation). /Casper --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
