The stick2xyz Documentation 1.14.1
|
#include <stick2xyz.h>
This structure is in the same format as pane2d_dupgen_funcs. This can be safely passed into mod_pane2d_dupfunc_getlist.
Definition at line 1564 of file stick2xyz.h.
pane2d_colortype colorinfo |
This is the pointer to the function that returns an integer describing what colors the module stores colors in.
Definition at line 1597 of file stick2xyz.h.
pane2d_dupdata16p dupimage |
This is the pointer to the function for duplicating image data.
Definition at line 1580 of file stick2xyz.h.
pane2d_dupxy dupxy |
This is the pointer to the function for receiving the x and y values.
Definition at line 1591 of file stick2xyz.h.
pane2d_eventreleased eventreleased |
This is the pointer to the function that returns a HANDLE to an event object. On platforms other than Windows, this function pointer will always be NULL. The event object is signaled when the Pane 2-D handle is freed.
Definition at line 1611 of file stick2xyz.h.
pane2d_freedata16p freeimage |
This is the pointer to the function for freeing image data.
Definition at line 1585 of file stick2xyz.h.
uint32_t len |
This must be set to sizeof(struct pane2d_data16p_funcs).
Definition at line 1569 of file stick2xyz.h.
uint32_t modtype |
This must be set to STICK2XYZ_PANE2D_REQUEST_UINT16P.
Definition at line 1574 of file stick2xyz.h.
pane2d_is_multithreaded multithreading |
This is the pointer to the function that returns a boolean value indicating if a given handle is multithreading.
Definition at line 1603 of file stick2xyz.h.