Cannot inject Ginn's gestures in a SDL window
Asked by
Bernard Victor Delvaux
Hello
Although I'm able to configure a basic 'wishes.xml' file and have it working on other applications, I still cannot inject gestures through Ginn in a SDL window of a program I've made. My SDL window can receive some keyboard events, and I get them in the SDL window with either " SDL_GetKeyState
SDL_PollEvent
switch (event.type)
{
case SDLK_ESCAPE:
SDL_QUIT()
break;
}
}
I don't know if this has to presented here. I suppose it is related to the way keyboard events are detected in SDL. However would you know if I can do something to have it working?
Thank you
Victor
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- ginn Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Mohamed IKBEL Boulabiar
- Solved:
- Last query:
- Last reply:
To post a message you must log in.