1
0
Fork 0
Commit graph

5 commits

Author SHA1 Message Date
36af790293 Remove bam 2022-09-26 22:31:50 +02:00
2dc8050ce3 Adding CMake again :) 2022-09-26 22:22:25 +02:00
1332921174 examples/events/EventsExample.cpp: handle mouse button events also. 2020-10-16 19:37:56 +02:00
c09febc4d8 examples/events/EventsExample.cpp: store std::string instead of char pointer.
Some compilers (ehm, microsoft) returns a temporary variable for event.key.getKeyName() that is only valid during the statement and not scope.

Fix this by storing std::string instead. So the object's lifetime is the entire if statement.
2020-10-14 13:50:52 +02:00
49f42e98f4 Adding Event example 2020-10-14 13:21:16 +02:00