These constants were defined in the middle of the wxKeyCode enum, value-wise, which made it difficult to end new elements to the enum as they could clash with the existing ones if they were simply added at the end.
These constants were defined in the middle of the wxKeyCode enum, value-wise, which made it difficult to end new elements to the enum as they could clash with the existing ones if they were simply added at the end.