Cannot inject Ginn's gestures in a SDL window
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ginn |
New
|
Undecided
|
Mohamed IKBEL Boulabiar |
Bug Description
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
Changed in ginn: | |
assignee: | nobody → Mohamed IKBEL Boulabiar (boulabiar) |
Ikbel mentioned a possible approach for implementing this in the Question upon which this bug is based: /answers. launchpad. net/ginn/ +question/ 151361
https:/