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

Configuration file for keyboard on pc #3

Open
yoyz opened this issue May 13, 2016 · 1 comment
Open

Configuration file for keyboard on pc #3

yoyz opened this issue May 13, 2016 · 1 comment

Comments

@yoyz
Copy link
Owner

yoyz commented May 13, 2016

Today, the keyboard is defined in "Master.h".
You have to modify the keyborad shortcut by hand.
A configuration file has to be created to allow the user to define the shortcut.

define BUTTON_B SDLK_LALT

define BUTTON_A SDLK_LCTRL

define BUTTON_X SDLK_SPACE

define BUTTON_Y SDLK_LSHIFT

define BUTTON_UP SDLK_UP

define BUTTON_DOWN SDLK_DOWN

define BUTTON_LEFT SDLK_LEFT

define BUTTON_RIGHT SDLK_RIGHT

define BUTTON_SELECT SDLK_ESCAPE

define BUTTON_START SDLK_RETURN

define BUTTON_L SDLK_TAB

define BUTTON_R SDLK_BACKSPACE

define KEYPRESSED SDL_KEYDOWN

define KEYRELEASED SDL_KEYUP

@yoyz
Copy link
Owner Author

yoyz commented May 14, 2016

this problem is in master branch and picoloop-0.67

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

No branches or pull requests

1 participant