formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates

fz_fuim_wheel_td

Description

This structure is used when a scroll wheel (on mouse) is handled in a custom item function.

typedef struct fz_fuim_wheel_td {

fzrt_int

delta1;

fzrt_int

delta2;

fzrt_point

where };

Members

delta1

delta value for primary direction of wheel.

delta2

delta value for secondary direction of wheel.

where

Point where the wheel took place.

Availability

5.5.0.0

Defined in

fz_fuim_api.h