summaryrefslogtreecommitdiff
path: root/src/events/inputevent.h
AgeCommit message (Collapse)AuthorFilesLines
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features.
2017-07-13Add vector.h for use different vectors.Andrei Karas1-1/+2
Also replace <vector> include into "utils/vector.h"
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-5/+8
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-08-28Fix code style.Andrei Karas1-0/+2
2014-08-23Into chat commands handlers send also event flags mask.Andrei Karas1-2/+4
2014-08-21Fix compilation error with some options.Andrei Karas1-0/+1
2014-08-21Fix initialisation in InputEvent.Andrei Karas1-1/+1
2014-08-21Add const into InputEvent fields.Andrei Karas1-4/+4
2014-08-21In input events add support for chattab and args.Andrei Karas1-1/+13
2014-02-16Move inputevent into events directory.Andrei Karas1-0/+54