Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add EXIT event if physical button is pressed + basic Linux Makefile #6

Merged
merged 3 commits into from
Feb 1, 2023

Commits on Jan 31, 2023

  1. add basic Linux build

    Apaczer committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    21aabd4 View commit details
    Browse the repository at this point in the history
  2. add quit event

    activate with SDLK_LCTRL press
    Apaczer committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    01415ec View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. any button triggers exit event

    - make every SDL_key count as exit button
    - include exit logic also while music start to play
    Apaczer committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    b7b0ab4 View commit details
    Browse the repository at this point in the history