657125b469
Button events are now sent when you click.
13 lines
166 B
C++
13 lines
166 B
C++
#ifndef Events_ButtonReleased_h__
|
|
#define Events_ButtonReleased_h__
|
|
|
|
#include "Core/Event.h"
|
|
|
|
namespace Events
|
|
{
|
|
|
|
struct ButtonReleased : public Event { };
|
|
|
|
}
|
|
|
|
#endif |