pyglet.customtypes

Holds type aliases used throughout the codebase.

Buffer

alias of Union[bytes, bytearray, memoryview, Array]

HorizontalAlign

alias of Literal[‘left’, ‘center’, ‘right’]

AnchorX

alias of Literal[‘left’, ‘center’, ‘right’]

AnchorY

alias of Literal[‘top’, ‘bottom’, ‘center’, ‘baseline’]

ContentVAlign

alias of Literal[‘left’, ‘center’, ‘top’]