| 1250 | }; |
| 1251 | // The table is indexed by UserAction, and per-action arrays (bindings, KeyList |
| 1252 | // userKeys[UAN]) are sized by UAN. If a new action is added to the enum without |
| 1253 | // a matching row here, indexing runs off the end. Keep them one-to-one. |
| 1254 | static_assert(std::size(userActionDesc) == UAN, |
| 1255 | "UserActionDesc table must have exactly one entry per UserAction (UAN)"); |
| 1256 | return userActionDesc; |
| 1257 | } |
| 1258 |
no outgoing calls