From: Hazen B. <hba...@ma...> - 2013-07-20 08:09:45
|
On 7/19/2013 12:52 PM, Owens, Thomas wrote: > Is there a way to use plGetCursor(gin) to get the cursor location without requiring the user to trigger a graphics input event? > I'm pretty sure that the answer is no. If you want to track the cursor without requiring the user to click you'll have to do that "outside" of Plplot. This is not too hard to do in a Qt or GTK environment where you would use the Qt or Cairo drivers respectively. -Hazen |