Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::parameters::mouse_wheel Struct Reference

The system-wide parameters for mouse wheel. More...

Public Member Functions

 mouse_wheel ()
 

Public Attributes

unsigned lines
 The number of lines to scroll when the vertical mouse wheel is moved. More...
 
unsigned characters
 The number of characters to scroll when the horizontal mouse wheel is moved. More...
 

Detailed Description

The system-wide parameters for mouse wheel.

Constructor & Destructor Documentation

mouse_wheel::mouse_wheel ( )

Member Data Documentation

unsigned nana::parameters::mouse_wheel::characters

The number of characters to scroll when the horizontal mouse wheel is moved.

unsigned nana::parameters::mouse_wheel::lines

The number of lines to scroll when the vertical mouse wheel is moved.