The stick2xyz Documentation 1.14.1
|
#include <stick2xyz.h>
Data Fields | |
uint32_t | len |
uint32_t | modtype |
pane2d_dupimage | dupimage |
pane2d_freeimage | freeimage |
pane2d_dupxy | dupxy |
pane2d_colortype | colorinfo |
pane2d_is_multithreaded | multithreading |
pane2d_eventreleased | eventreleased |
This structure is in the same format as pane2d_dupgen_funcs. This can be safely passed into mod_pane2d_dupfunc_getlist.
Definition at line 1402 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 1435 of file stick2xyz.h.
pane2d_dupimage dupimage |
This is the pointer to the function for duplicating image data.
Definition at line 1418 of file stick2xyz.h.
pane2d_dupxy dupxy |
This is the pointer to the function for receiving the x and y values.
Definition at line 1429 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 1449 of file stick2xyz.h.
pane2d_freeimage freeimage |
This is the pointer to the function for freeing image data.
Definition at line 1423 of file stick2xyz.h.
uint32_t len |
This must be set to sizeof(struct pane2d_image_funcs).
Definition at line 1407 of file stick2xyz.h.
uint32_t modtype |
This must be set to STICK2XYZ_PANE2D_REQUEST_UINT8PP.
Definition at line 1412 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 1441 of file stick2xyz.h.