Skip to content

sdlkeycode.inc: SDLK_QUOTE = TSDL_KeyCode('\'); is wrong. #136

@Chixpy

Description

@Chixpy

Hi. It's a simple mistake.

In line 37 of sdlkeycode.inc

SDLK_QUOTE = TSDL_KeyCode('\');

must be

SDLK_QUOTE = TSDL_KeyCode('''');

Backslash \ key is defined in line 67: SDLK_BACKSLASH = TSDL_KeyCode('\');

Actually, SDLK_QUOTE was renamed three week ago to SDLK_APOSTROPHE, but I'think that it's for SDL3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions