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 - 4 of 4 questions

AXObserverCreate with notification example in Swift, Accessibility API

Stackoverflow

I'm trying to make use of Accesibility API in Swift, to register for notifications of window properties of the current frontmost app.

Tags: 
  • swift
  • osx
  • syntax
  • notifications
  • accessibility

AXObserverCreate example in Swift, AXObserverCallback error

Stackoverflow

I'm trying to make use of Accesibility API in Swift, to register for notifications of window properties of the current frontmost app.

Tags: 
  • swift
  • osx
  • pointers
  • syntax
  • accessibility

Swift4: `AXUIElementCopyAttributeValue()` returns `AXError.cannotComplete`

Stackoverflow

On running the following code:

let pid = getAppPid()
let AXApp = AXUIElementCreateApplication(pid)

Tags: 
  • swift
  • osx
  • cocoa
  • accessibility
  • swift4

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