1#ifndef LIBS_GUI_ILISTENERKEYPRESS_HPP_
2#define LIBS_GUI_ILISTENERKEYPRESS_HPP_
Definition CEventCanvasKey.hpp:7
Definition IListenerKeyPress.hpp:5
IListenerKeyPress()=default
virtual ~IListenerKeyPress()=default
IListenerKeyPress & operator=(const IListenerKeyPress &other)=delete
IListenerKeyPress & operator=(IListenerKeyPress &&other)=delete
IListenerKeyPress(IListenerKeyPress &&other)=delete
IListenerKeyPress(const IListenerKeyPress &other)=delete
virtual void keyPress(CEventCanvasKey *evtCanvasKey)=0