diff options
author | Geenz <geenz@geenzo.com> | 2013-06-17 12:31:25 -0400 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-06-17 12:31:25 -0400 |
commit | 84f287b34e7d7edbd2e897b73008c782aabe60de (patch) | |
tree | 95776c0be794527e0650c49b52146333a183ace7 /indra/llwindow/llappdelegate-objc.h | |
parent | 2253d22eb85a6b4c5e48b9905d807d0ac48b1930 (diff) |
Moved detecting if we're using a roman-script language to it's own function in the application delegate. Also consider the delete and backspace characters to be special cases.
Diffstat (limited to 'indra/llwindow/llappdelegate-objc.h')
-rw-r--r-- | indra/llwindow/llappdelegate-objc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llwindow/llappdelegate-objc.h b/indra/llwindow/llappdelegate-objc.h index 266f417c4b..a6fb77d93f 100644 --- a/indra/llwindow/llappdelegate-objc.h +++ b/indra/llwindow/llappdelegate-objc.h @@ -26,4 +26,5 @@ - (void) mainLoop; - (void) showInputWindow:(bool)show withEvent:(NSEvent*)textEvent; - (void) languageUpdated; +- (bool) romanScript; @end |