Re: Sending function pointers to XS

[email protected] (Blabos de Blebe)
Newsgroups perl.sdl.devel
Message-ID <[email protected]>
Hi,

Unfortunately I cannot give you a full answer now (time
constraints...), but into the book below on page 202, section 6.7,
there is an brief introduction of how manage callbacks. There are also
some pitfalls. Good luck!

Later I will try to build a better answer.

http://www.manning.com/jenness/

Blabos

On Tue, Nov 10, 2009 at 8:57 PM, Kartik Thakore
<[email protected]> wrote:
> Hi,
> How does one send sub pointers to XS as function pointer?
>
> The funtion I am trying to bind is
>
>
> http://www.libsdl.org/cgi/docwiki.cgi/SDL_SetEventFilter
>
> One of the paramater requires a function in the format of
>
> int typedef (SDL_EventFilter *)(const SDL_Event * Event)
>
>
> What we would like to do is send something like
>
> SDL::Events::set_event_filter( \sub {} );
>
>
> Kartik Thakore
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.