Contents

AXBrailleMap

A representation of a two-dimensional braille display.

Declaration

class AXBrailleMap

Overview

A braille map object represents a two-dimensional braille display that’s connected to the current Apple device. By specifying the dot patterns in the braille map, you can change the content the user experiences. To render the data from the braille map to the display, implement AXBrailleMapRenderer.

Topics

Creating a braille map

Getting display dimensions

Accessing dots

Displaying images

See Also

Braille maps