libnick 2024.9.2
A cross-platform base for native Nickvision applications.
Loading...
Searching...
No Matches
eventargs.h
Go to the documentation of this file.
1
23#ifndef EVENTARGS_H
24#define EVENTARGS_H
25
26namespace Nickvision::Events
27{
32 {
33 public:
37 EventArgs() = default;
38 };
39}
40
41#endif //EVENTARGS_H
A base class for event arguments.
Definition eventargs.h:32
EventArgs()=default
Constructs an EventArgs.
Definition event.h:34