Skip to content

Conversation

eckertliam
Copy link

Summary:
This PR adds support for storing 64-bit data types in ImGuiStorage, addressing issue #8829.

Details:

Introduced support for the following data types:

  • ImS64 (signed 64-bit integer)
  • ImU64 (unsigned 64-bit integer)
  • double

Implemented new getter and setter methods:

  • SetInt64, GetInt64, GetInt64Ref
  • SetUint64, GetUint64, GetUint64Ref
  • SetDouble, GetDouble, GetDoubleRef

These methods allow native storage and retrieval of 64-bit values in ImGuiStorage without relying on bit-casting or platform-dependent hacks.

…reference retrieval methods for ImGuiStorage. Updated ImGuiStoragePair to accommodate ImS64, ImU64, and double.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants