#include "KeyPressAbstract.hpp" KeyPressAbstract::KeyPressAbstract( std::function aKeyEventHandler) : mKeyEventHandler(std::move(aKeyEventHandler)) {}