Skip to main content

PollEventsSystem.ixx File

System that queues per-frame platform event polling commands. More...

Included Headers

Namespaces Index

namespacehelios
namespaceengine
namespaceplatform
namespaceenvironment
namespacesystems

Classes Index

classPollEventsSystem<TCommandBuffer>

Queues PollEventsCommand once per update call. More...

Description

System that queues per-frame platform event polling commands.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7export module helios.engine.platform.environment.systems.PollEventsSystem;
8
9
10
11import helios.engine.runtime.world.UpdateContext;
12import helios.engine.runtime.messaging.command.NullCommandBuffer;
13import helios.engine.runtime.messaging.command.concepts.IsCommandBufferLike;
14import helios.engine.runtime.world.tags.SystemRole;
15
16import helios.engine.platform.environment.commands.PollEventsCommand;
17
21using namespace helios::engine::runtime::messaging::command::concepts;
24
28 template<typename TCommandBuffer = NullCommandBuffer>
31
32 public:
33
35
40
48 }
49
50 };
51
52
53
54}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.