translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 2 of 2 questions

Are Quartz event services/event taps deprecated?

Event taps provide a way to create assistive technologies as described here:

Tags: 
  • objective-c
  • swift
  • osx
  • cocoa
  • accessibility

How to get the Objective-C class name corresponding to an AXUIElement?

Apple's Accessibility Inspector tool displays the Objective-C class corresponding to the currently inspected UI Element. See NSButtonCell at the very bottom of this screenshot:

Tags: 
  • objective-c
  • osx
  • accessibility
  • appkit
  • accessibility-api