Skip to content

Documentation / imgui / imGuiGetCharCodeMap

Function: imGuiGetCharCodeMap()

imGuiGetCharCodeMap(): Record<number, string>

Defined in: libs/imgui/src/index.ts:138

Get char code map, for emoji conversion

Returns

Record<number, string>

char code map

Released under the MIT License.