Home
last modified time | relevance | path

Searched refs:position_jump (Results 1 – 1 of 1) sorted by path

/dports/devel/raylib/raylib-3.7.0/src/external/
H A Djar_xm.h474 bool position_jump; member
1448 ctx->position_jump = true; in jar_xm_handle_note_and_instrument()
1485 ctx->position_jump = false; in jar_xm_handle_note_and_instrument()
1488 ctx->position_jump = true; in jar_xm_handle_note_and_instrument()
1628 if(ctx->position_jump) { in jar_xm_row()
1631 ctx->position_jump = false; in jar_xm_row()
1671 …if (!ctx->position_jump && !ctx->pattern_break && (ctx->current_row >= cur->num_rows || ctx->curre… in jar_xm_row()
2377 …y += size; DrawText(TextFormat("POS JMP = %d", ctx->position_jump), x, y, size, WHITE); in jar_xm_debug()
2399 if (ctx->position_jump) { in jar_xm_debug()