Home
last modified time | relevance | path

Searched refs:mouseLocation (Results 1 – 3 of 3) sorted by relevance

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureConfig.java180 Point mouseLocation = MouseInfo.getPointerInfo().getLocation(); in createScreenShot() local
181 if (mouse && recordingRectangle.contains(mouseLocation)) { in createScreenShot()
182mouseLocation.move(mouseLocation.x-recordingRectangle.x, mouseLocation.y-recordingRectangle.y); … in createScreenShot()
184 mouseLocation = null; in createScreenShot()
188 mouseLocation, in createScreenShot()
H A DSwfEncoder.java268 Point mouseLocation = frame.getMousePointer(); in encode() local
269 if (mouseLocation!=null) { in encode()
293 if (!mouseLocation.equals(prevMouseLocation)) { in encode()
294 prevMouseLocation = mouseLocation; in encode()
298 …ousePlace = Place2.show(mShape.getIdentifier(), mouseLayer, mouseLocation.x*20, mouseLocation.y*20… in encode()
300 …ePlace = Place2.replace(mShape.getIdentifier(), mouseLayer, mouseLocation.x*20, mouseLocation.y*20… in encode()
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...