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 1456 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 1489 of file stick2xyz.h.
pane2d_dupimage16 dupimage |
This is the pointer to the function for duplicating image data.
Definition at line 1472 of file stick2xyz.h.
pane2d_dupxy dupxy |
This is the pointer to the function for receiving the x and y values.
Definition at line 1483 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 1503 of file stick2xyz.h.
pane2d_freeimage16 freeimage |
This is the pointer to the function for freeing image data.
Definition at line 1477 of file stick2xyz.h.
uint32_t len |
This must be set to sizeof(struct pane2d_image16_funcs).
Definition at line 1461 of file stick2xyz.h.
uint32_t modtype |
This must be set to STICK2XYZ_PANE2D_REQUEST_UINT16PP.
Definition at line 1466 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 1495 of file stick2xyz.h.