41 friend std::ostream & operator<<( std::ostream & stream,
const NCtoY2Event & event );
Helper class for translating an NCurses event to a YEvent.
NCtoY2Event()
Default constructor.
YEvent * propagate()
The reason of existence of this class: Translate the NCursesEvent to a YEvent.
NCtoY2Event & operator=(const NCursesEvent &ncev)
Assignment operator.