1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-12 23:56:33 +01:00

Improve key/character event handling, esp. for Unicode entry on Windows.

This commit is contained in:
BusinessmanProgrammerSteve
2010-05-11 22:10:44 +00:00
parent 26b59b363b
commit 23ed04bc6a
2 changed files with 143 additions and 123 deletions

View File

@@ -79,8 +79,8 @@ class LabelTrack:public Track {
friend class LabelStruct;
public:
bool IsGoodLabelCharacter(int keyCode, wxChar charCode);
bool IsGoodLabelFirstCharacter(int keyCode, wxChar charCode);
bool IsGoodLabelFirstKey(int keyCode);
bool IsGoodLabelEditKey(int keyCode);
bool IsTextSelected();
void CreateCustomGlyphs();