9 #ifndef TurtleBrainsExpress_InterfaceHandlerInterface_hpp
10 #define TurtleBrainsExpress_InterfaceHandlerInterface_hpp
12 #include <turtle_brains/express/interface/tbx_interface.hpp>
33 void HandleEvent(
const InterfaceEvent& interfaceEvent,
const ElementHandle& elementHandle);
36 virtual void OnHandleInterfaceEvent(
const InterfaceEvent& interfaceEvent,
const ElementHandle& elementHandle) = 0;
A collection of objects and functions to express games quickly.
Definition: tbx_interface.hpp:18
Definition: tbx_interface_handler_interface.hpp:27