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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user