You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mod...@perl.org
Dear CPAN heros,
I'm about to submit a module which offers a binding to OSX's ApplicationServices & Foundation frameworks to allow a Perl based mouse event generation (clicking, dragging, scroll wheel).
I just have no clue either about the module's optimal
- namespace or
- name
Ideas:
Mac::MouseControl
Mac::Mouse
Thoughts?
Thanks in advance and happy Halloween,
- Michael
brian d foy
unread,
Nov 16, 2012, 2:18:28 AM11/16/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mod...@perl.org, Michael Stra�burger
[[ This message was both posted and mailed: see
the "To," "Cc," and "Newsgroups" headers for details. ]]
There is also MacOSX::* to make it even more confusing. I tend to like
that a bit more because I'm old enough to have actually have used
MacPerl. :)
For the second bit, is there a CF (or whatever) class that you're using
and from which you might steal the name? Barring that, "MouseEvent"
might work. "MouseControl" makes me think that I could control the
cursor through Perl so I could move it around the screen and confuse
the user. :)