| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fix hotkey suppression crash
|
|
|
|
to the map
Update references was failing to update the references, causing input to stay nullptr and crashing.
I fixed the case that triggered that, though also added checks against nullptrs for safety.
(cherry picked from commit 4bdcf707555a5568eddff957fa3604975ffb6ed7)
|
|
|
|
|
|
|
|
Unbreaks Windows CMake builds.
|
|
simultaneous press of modifier and final input.
|
|
|
|
R_Ctrl hierarchy.
|
|
|
|
|
|
|
|
|
|
|
|
Add static to the functions which is not intentionally
export to big scope.
|
|
|
|
|
|
The general convention in the codebase is to compare the non-constant
value/string with the constant value/string, not the other way around.
|
|
MakeFunctionExpression()
Given all conditional bodies only contain a return, the use of else here
isn't necessary.
This has the benefit of consistently vertically aligning the names.
|
|
std::string_view
There's nothing within this function that requires a copy of the string
to be made, so we can make use of a non-owning view
|
|
This isn't used anywhere in the translation unit, so we can remove it.
|
|
This header was including itself, which is likely not intended.
|
|
Since we target C++17, we can collapse the namespaces into a single
declaration specifier.
|
|
std::min/std::max are used within this translation unit, so it needs to
be included to prevent potential compilation failures.
|
|
|
|
This is hopefully clearer, since we're not dealing with a file.
|
|
|
|
|
|
|
|
|
|
serialization functions.
|
|
|
|
|
|
|
|
|
|
for each press.
|
|
|
|
|
|
taps within Y seconds.
|
|
N seconds.
|
|
|
|
|
|
state.
|
|
|
|
argument. e.g. !`Up`
|
|
|
|
trailing tokens.
|