mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-08 16:05:48 -07:00
The new system allows to register all function objects as Input::Handler not only function pointers. To not get dangling references a handler is unsubscribed on it's destruction. The order in with the handlers are executed has to be specified by the slot-argument, instead of the reverse order of registration. |
||
|---|---|---|
| .. | ||
| stub_impl_hack.h | ||
| test_CLogger.h | ||
| test_ConfigDB.h | ||
| test_CStr.h | ||
| test_fmt.h | ||
| test_Future.h | ||
| test_Hashing.h | ||
| test_Hotkeys.h | ||
| test_Input.h | ||
| test_Loader.h | ||
| test_Mod.h | ||
| test_ModIo.h | ||
| test_TaskManager.h | ||
| test_test.h | ||