neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::i_mouse_handler Class Referenceabstract

#include <i_mouse.hpp>

Inheritance diagram for neogfx::i_mouse_handler:
neogfx::i_widget neogfx::mouse_grabber neogfx::DesignStudio::i_element_caddy neogfx::i_image_widget neogfx::i_status_bar neogfx::i_terminal neogfx::i_text_widget neogfx::i_title_bar neogfx::i_window neolib::lifetime< neogfx::i_window >

Public Member Functions

virtual bool mouse_wheel_scrolled (mouse_wheel aWheel, const point &aPosition, delta aDelta, key_modifiers_e aKeyModifiers)=0
 

Detailed Description

Definition at line 141 of file i_mouse.hpp.

Member Function Documentation

◆ mouse_wheel_scrolled()

virtual bool neogfx::i_mouse_handler::mouse_wheel_scrolled ( mouse_wheel  aWheel,
const point aPosition,
delta  aDelta,
key_modifiers_e  aKeyModifiers 
)
pure virtual

The documentation for this class was generated from the following file: