Class: ImGuiKeyData

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/imgui.rb

Overview

Internal

Storage used by IsKeyDown(), IsKeyPressed() etc functions.

If prior to 1.87 you used io.KeysDownDuration[] (which was marked as internal), you should use GetKeyData(key)->DownDuration and NOT io.KeysData->DownDuration.