Kairos icon indicating copy to clipboard operation
Kairos copied to clipboard

Reorganize UI using imgui child windows

Open natan-sinigaglia opened this issue 1 year ago • 0 comments

The tracks need to have different operations for drawing for each component:

  • DrawHeader
  • DrawBody
  • DrawOutput
  • DrawRecordingSection

These get called by the relative component child windows (eg. the recording component will call with a for each all the DrawRecordingSection operations of the tracks)

natan-sinigaglia avatar Jun 15 '23 13:06 natan-sinigaglia