mirror of
https://github.com/niellun/FastCarPlay.git
synced 2026-06-07 09:38:25 +02:00
Run script on phone connect/disconnect
This commit is contained in:
@@ -108,6 +108,10 @@ void processKey(Protocol &protocol, SDL_Keysym key)
|
||||
SDL_SetWindowBordered(window, fullscreen ? SDL_FALSE : SDL_TRUE);
|
||||
break;
|
||||
|
||||
case SDLK_q:
|
||||
active = false;
|
||||
break;
|
||||
|
||||
case SDLK_LEFT:
|
||||
protocol.sendKey(100);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user