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