Skip to content

marquee: Move marquee functions to nuklear_console_marquee.h#205

Merged
RobLoach merged 2 commits into
masterfrom
fix/marquee-to-message-203
May 24, 2026
Merged

marquee: Move marquee functions to nuklear_console_marquee.h#205
RobLoach merged 2 commits into
masterfrom
fix/marquee-to-message-203

Conversation

@RobLoach
Copy link
Copy Markdown
Owner

@RobLoach RobLoach commented May 24, 2026

Creates nuklear_console_marquee.h following the same structure as other component headers, with NK_CONSOLE_MARQUEE_SCROLL_SPEED and NK_CONSOLE_MARQUEE_SCROLL_PAUSE in the public section and the static helpers in the implementation section. Renames nk_console_tooltip_render_marquee to nk_console_marquee_tooltip_render. Fixes #203

@RobLoach RobLoach self-assigned this May 24, 2026
@RobLoach
Copy link
Copy Markdown
Owner Author

Actually, it should instead be...

  • move to a new nuklear_marquee.h with the same structure as other files
  • rename nk_console_tooltip_render_marquee to nk_console_marquee_tooltip_render

@RobLoach RobLoach marked this pull request as draft May 24, 2026 00:36
@RobLoach RobLoach changed the title message: Move marquee functions to nuklear_console_message.h message: Move marquee functions to nuklear_console_marquee.h May 24, 2026
@RobLoach RobLoach changed the title message: Move marquee functions to nuklear_console_marquee.h marquee: Move marquee functions to nuklear_console_marquee.h May 24, 2026
@RobLoach RobLoach marked this pull request as ready for review May 24, 2026 01:15
@RobLoach RobLoach merged commit 0cb41be into master May 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move Marquee related functions to nuklear_console_message.h

1 participant