Class InputLanguageChangedEventArgs
This event is triggered when the input language is changed. This can change the keyboard layout. When this event occurs the values from GetKeyFromScancode(Scancode) and GetScancodeFromKey(Key) are updated to reflect the new layout keyboard layout.
Inherited Members
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public class InputLanguageChangedEventArgs : EventArgs
Constructors
InputLanguageChangedEventArgs(InputLanguage)
Initializes a new instance of the InputLanguageChangedEventArgs class.
Declaration
public InputLanguageChangedEventArgs(InputLanguage inputLanguage)
Parameters
| Type | Name | Description |
|---|---|---|
| InputLanguage | inputLanguage | The new input language + keyboard layout. |
Properties
InputLanguage
The new input language + keyboard layout.
Declaration
public InputLanguage InputLanguage { get; }
Property Value
| Type | Description |
|---|---|
| InputLanguage |