|
wx_BGI_Graphics
Classic BGI-compatible graphics API with modern OpenGL extension API
|
Functions for reading accumulated scroll wheel input. More...

Functions | |
| BGI_API void BGI_CALL | wxbgi_get_scroll_delta (double *dx, double *dy) |
| Reads and atomically clears the accumulated scroll deltas. | |
Functions for reading accumulated scroll wheel input.
Reads and atomically clears the accumulated scroll deltas.
Returns the total horizontal and vertical scroll since the last call. Both deltas are reset to 0.0 after this call. Either output pointer may be NULL if that axis is not needed.
| dx | Receives accumulated horizontal scroll (positive = right). |
| dy | Receives accumulated vertical scroll (positive = up/forward). |