Advertisement
Guest User

jweyrich - CGEventCreateMouseEvent decls in OS X 10.10.5

a guest
Oct 29th, 2015
639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.61 KB | None | 0 0
  1. jweyrich@jardel-mac$:~$ sw_vers -productVersion
  2. 10.10.5
  3. jweyrich@jardel-mac$:~$ cd /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Versions/Current/Headers/
  4. jweyrich@jardel-mac$:Headers$ grep -n CGEventCreateMouseEvent *
  5. CGEvent.h:46:CG_EXTERN CGEventRef CGEventCreateMouseEvent(CGEventSourceRef source,
  6. CGEvent.h:189:   event creation function such as `CGEventCreateMouseEvent', or by calling
  7. CGEvent.h:213:   event creation function such as `CGEventCreateMouseEvent', or by calling
  8. CGRemoteOperation.h:280:/* This function is obsolete. Use `CGEventCreateMouseEvent' instead.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement