GhosttyOscCommand typedef

GhosttyOscCommand = Pointer<GhosttyOscCommandImpl>

Opaque handle to a single OSC command.

This handle represents a parsed OSC (Operating System Command) command. The command can be queried for its type and associated data.

@ingroup osc

Implementation

typedef GhosttyOscCommand = ffi.Pointer<GhosttyOscCommandImpl>;