[sdljava-users] Re: sdljava-users digest, Vol 1 #82 - 2 msgs
Status: Beta
Brought to you by:
ivan_ganza
From: Christian B. <chr...@gm...> - 2005-07-17 21:42:42
|
> I think the following (unimplemented) method from SDLEvent should do the > trick.=3D20 >=20 > int SDL_PushEvent(SDL_Event *event); >=20 Hi Ivan! Thanks for your reply! I've already tried SDL_PushEvent inside my native lib (using JNI), basically I catch mousePressed events inside the canvas and then call a native function which will call SDL_PushEvent() but it always returns -1... Regards Christian |