ecs::Event
Last updated
Last updated
#include <Event.hpp>
enum
bool
bool
bool
bool
char
class is used to manage every events gave by the user The class make the link between the user and the back-end
Null
Unknown
Quit
Move
MoveUp
MoveLeft
MoveDown
MoveRight
MoveStop
HitBox
Shoot
UIUp
UILeft
UIDown
UIRight
UIEnter
List every type of event currently managed
Default constructor is deleted because you have to inform the event you want to treat
Parameters:
Updated on 2022-11-13 at 17:21:37 +0100
{ Null, Unknown, Quit, Move, MoveUp, MoveLeft, MoveDown, MoveRight, MoveStop, HitBox, Shoot, UIUp, UILeft, UIDown, UIRight, UIEnter}
() =delete
( e)
(const other) const
(const type) const
(const other) const
(const type) const
() const
e The you want to treat
Constructor of class