igSetWindowFocusStr function

void igSetWindowFocusStr(
  1. Pointer<Uint8> name
)
void igSetWindowFocusStr(
 byte* name
);

Implementation

void igSetWindowFocusStr(Pointer<Uint8> name) => _igSetWindowFocusStr(name);