![]() |
Deskflow 1.24.0.365
Keyboard and mouse sharing utility
|
Use a function as an event job. More...
#include <FunctionEventJob.h>
Public Member Functions | |
| FunctionEventJob (void(*func)(const Event &, void *), void *arg=nullptr) | |
run() invokes func(arg) | |
| ~FunctionEventJob ()=default | |
| void | run (const Event &) |
Use a function as an event job.
An event job class that invokes a function.
|
explicit |
run() invokes func(arg)
|
default |
| void FunctionEventJob::run | ( | const Event & | event | ) |