Files
o3de/Code/Framework/AzFramework/AzFramework/Input/Devices
Chris Burel d8614948f3 Make InputChannelId's constructor constexpr (#4220)
This allows for all the global static `InputChannelId`s to be `constexpr`
as well, which prevents some global constructors, including some CRC32
calculations on application startup.

Signed-off-by: Chris Burel <burelc@amazon.com>
2021-09-27 14:30:37 -06:00
..