Skip to content

Sharing IO structures #52

@Name-hw

Description

@Name-hw

Looking at the current code, the original ImGuiIO can be controlled through functions, not structures, in Zig. However, when using ImGui, you may encounter situations where bit operations cannot be performed using only the functions implemented in Zgui. So there are two ways.

  1. Share the io structure with zgui.io.getIo(). It is a different direction from what we have made so far, but it is an easy method.
  2. Create a function corresponding to each member of the structure in zgui.io. (Current method)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions