whoa/src/event
fallenoak c9aaa245c9
Some checks are pending
Push / ${{ matrix.build.system_name }} / ${{ matrix.build.build_type }} / ${{ matrix.build.compiler_name }} (map[build_type:Release cc:cl compiler_name:MSVC cxx:cl os:windows-latest system_name:Windows test_path:WhoaTest]) (push) Waiting to run
Push / ${{ matrix.build.system_name }} / ${{ matrix.build.build_type }} / ${{ matrix.build.compiler_name }} (map[build_type:Release cc:clang compiler_name:Clang cxx:clang++ os:macos-latest system_name:macOS test_path:WhoaTest]) (push) Waiting to run
Push / ${{ matrix.build.system_name }} / ${{ matrix.build.build_type }} / ${{ matrix.build.compiler_name }} (map[build_type:Release cc:gcc compiler_name:GCC cxx:g++ os:ubuntu-latest system_name:Linux test_path:WhoaTest]) (push) Waiting to run
feat(event): dispatch tick events in main processing loop
2026-01-16 19:33:17 -06:00
..
linux feat(client): migrate gui functions and implement OsGuiGetWindow 2023-03-20 00:06:50 -05:00
mac feat(client): migrate gui functions and implement OsGuiGetWindow 2023-03-20 00:06:50 -05:00
win chore(build): fix compatibility with CMake 4.x 2025-09-02 17:28:17 -05:00
CEvent.cpp chore: initial commit 2023-01-02 13:17:18 -06:00
CEvent.hpp chore(event): clean up function declarations 2023-01-05 21:07:14 -06:00
CMakeLists.txt feat(client): migrate gui functions and implement OsGuiGetWindow 2023-03-20 00:06:50 -05:00
CObserver.hpp chore(event): move CObserver from ui to event 2025-10-05 13:53:20 -05:00
Context.cpp chore: initial commit 2023-01-02 13:17:18 -06:00
Context.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
Event.cpp feat(event): add EventUnregister 2025-11-26 20:02:06 -06:00
Event.hpp feat(event): add EventUnregister 2025-11-26 20:02:06 -06:00
EvtContext.cpp chore: initial commit 2023-01-02 13:17:18 -06:00
EvtContext.hpp chore(event): clean up function declarations 2023-01-05 21:07:14 -06:00
EvtHandler.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
EvtKeyDown.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
EvtMessage.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
EvtThread.cpp chore: initial commit 2023-01-02 13:17:18 -06:00
EvtThread.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
EvtTimer.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
Input.cpp chore(build): fix compatibility with CMake 4.x 2025-09-02 17:28:17 -05:00
Input.hpp feat(client): migrate gui functions and implement OsGuiGetWindow 2023-03-20 00:06:50 -05:00
Queue.cpp feat(event): implement EventUnregisterEx 2025-10-07 00:10:21 -05:00
Queue.hpp feat(event): implement EventUnregisterEx 2025-10-07 00:10:21 -05:00
Scheduler.cpp feat(event): dispatch tick events in main processing loop 2026-01-16 19:33:17 -06:00
Scheduler.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
Synthesize.cpp feat(event): dispatch tick events in main processing loop 2026-01-16 19:33:17 -06:00
Synthesize.hpp feat(event): dispatch tick events in main processing loop 2026-01-16 19:33:17 -06:00
Timer.cpp chore: initial commit 2023-01-02 13:17:18 -06:00
Timer.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
Types.hpp feat(event): dispatch tick events in main processing loop 2026-01-16 19:33:17 -06:00