virtual void *get_data();
Returns the pointer to the surface data, where youcan copy your data to. It should beonly called between lock() and unlock().
Back to index