[C++-sig] How to expose an c++ object?

iceryeah iceryeah2000 at 163.com
Fri May 7 08:52:13 CEST 2004


i have a c++ class and its intance.like this:
class Input
{
        virtual bool IsKeyDown( DWORD key );
};

Input p = new Input;

then i just want p to expose to python.
so how can do this?

thanks so much.







More information about the Cplusplus-sig mailing list