GhosttyOscParser typedef

GhosttyOscParser = Pointer<GhosttyOscParser$1>

Opaque handle to an OSC parser instance.

This handle represents an OSC (Operating System Command) parser that can be used to parse the contents of OSC sequences.

@ingroup osc

Implementation

typedef GhosttyOscParser = ffi.Pointer<GhosttyOscParser$1>;