Store two possible action codes in std::pair instead of packing them into one int value with bitmasks. This reduces level of indirection in accessing keyboard actions and make the code more maintainable. |
||
|---|---|---|
| .. | ||
| msvc/wx | ||
| wx | ||
Store two possible action codes in std::pair instead of packing them into one int value with bitmasks. This reduces level of indirection in accessing keyboard actions and make the code more maintainable. |
||
|---|---|---|
| .. | ||
| msvc/wx | ||
| wx | ||