Hi there,

What's the best way to access fields within an UnManagedStruct, one
returned from an NCI call?  For example, if I call _new_SDL_Screen, how
can I access the w and h fields of the SDL_Surface it returns?

I've tried creating an OrderedHash called layout and then doing:

        set screen, layout

Is there a better way?  I can provide more code if necessary.

-- c

Reply via email to