Re: events from mouse wheel - button press event? scroll event?



Paul Davis schrieb:

> C++ strikes again. thats a legal function declaration but it does not
> override the virtual method in the parent class. you want
> 
>    bool Display::on_scroll_event (GdkEventScroll* ev) { ... }
> 
> note the argument type.

Thanks.

Philipp



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]