Re: writing a new GUI environment
site_archiver@lists.apple.com Delivered-To: Darwin-dev@lists.apple.com On May 4, 2005, at 2:28 PM, Shawn Erickson wrote: ...and note the link in the upper left corner... -Shawn _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... What I'm concerned about is receiving keyboard and mouse events without having Carbon or Cocoa linked in. I'm getting the impression that that isn't possible. Getting events would be interesting but you can likely do it without using Carbon or Cocoa, etc. but it would take work. Not sure myself how you would do it but interfacing with HID down closer to IOKit may do it. Yeah found what I was looking for... (I have used HID for joysticks but never tried for mouse and keyboards, left the later to Carbon or Cocoa) <http://developer.apple.com/documentation/DeviceDrivers/Conceptual/ HID/index.html> <http://developer.apple.com/documentation/DeviceDrivers/Conceptual/ HID/HID_Examples.dmg> This email sent to site_archiver@lists.apple.com
participants (1)
-
Shawn Erickson