### YamlMime:ManagedReference items: - uid: MLEM.Misc.TextInputWrapper.TextInputCallback commentId: T:MLEM.Misc.TextInputWrapper.TextInputCallback id: TextInputWrapper.TextInputCallback parent: MLEM.Misc children: [] langs: - csharp - vb name: TextInputWrapper.TextInputCallback nameWithType: TextInputWrapper.TextInputCallback fullName: MLEM.Misc.TextInputWrapper.TextInputCallback type: Delegate source: remote: path: MLEM/Misc/TextInputWrapper.cs branch: master repo: https://github.com/Ellpeck/MLEM id: TextInputCallback path: ../MLEM/Misc/TextInputWrapper.cs startLine: 50 assemblies: - MLEM namespace: MLEM.Misc summary: "\nA delegate method that can be used for \n" example: [] syntax: content: public delegate void TextInputCallback(object sender, Keys key, char character); parameters: - id: sender type: System.Object description: The object that sent the event. The used in most cases. - id: key type: Microsoft.Xna.Framework.Input.Keys description: The key that was pressed - id: character type: System.Char description: The character that corresponds to that key content.vb: Public Delegate Sub TextInputCallback(sender As Object, key As Keys, character As Char) modifiers.csharp: - public - delegate modifiers.vb: - Public - Delegate references: - uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) commentId: M:MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) parent: MLEM.Misc.TextInputWrapper isExternal: true name: AddListener(GameWindow, TextInputWrapper.TextInputCallback) nameWithType: TextInputWrapper.AddListener(GameWindow, TextInputWrapper.TextInputCallback) fullName: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow, MLEM.Misc.TextInputWrapper.TextInputCallback) spec.csharp: - uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) name: AddListener nameWithType: TextInputWrapper.AddListener fullName: MLEM.Misc.TextInputWrapper.AddListener - name: ( nameWithType: ( fullName: ( - uid: Microsoft.Xna.Framework.GameWindow name: GameWindow nameWithType: GameWindow fullName: Microsoft.Xna.Framework.GameWindow isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Misc.TextInputWrapper.TextInputCallback name: TextInputWrapper.TextInputCallback nameWithType: TextInputWrapper.TextInputCallback fullName: MLEM.Misc.TextInputWrapper.TextInputCallback - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback) name: AddListener nameWithType: TextInputWrapper.AddListener fullName: MLEM.Misc.TextInputWrapper.AddListener - name: ( nameWithType: ( fullName: ( - uid: Microsoft.Xna.Framework.GameWindow name: GameWindow nameWithType: GameWindow fullName: Microsoft.Xna.Framework.GameWindow isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: MLEM.Misc.TextInputWrapper.TextInputCallback name: TextInputWrapper.TextInputCallback nameWithType: TextInputWrapper.TextInputCallback fullName: MLEM.Misc.TextInputWrapper.TextInputCallback - name: ) nameWithType: ) fullName: ) - uid: MLEM.Misc.TextInputWrapper commentId: T:MLEM.Misc.TextInputWrapper parent: MLEM.Misc name: TextInputWrapper nameWithType: TextInputWrapper fullName: MLEM.Misc.TextInputWrapper - uid: MLEM.Misc commentId: N:MLEM.Misc name: MLEM.Misc nameWithType: MLEM.Misc fullName: MLEM.Misc - uid: System.Object commentId: T:System.Object parent: System isExternal: true name: Object nameWithType: Object fullName: System.Object - uid: Microsoft.Xna.Framework.Input.Keys commentId: T:Microsoft.Xna.Framework.Input.Keys parent: Microsoft.Xna.Framework.Input isExternal: true name: Keys nameWithType: Keys fullName: Microsoft.Xna.Framework.Input.Keys - uid: System.Char commentId: T:System.Char parent: System isExternal: true name: Char nameWithType: Char fullName: System.Char - uid: System commentId: N:System isExternal: true name: System nameWithType: System fullName: System - uid: Microsoft.Xna.Framework.Input commentId: N:Microsoft.Xna.Framework.Input isExternal: true name: Microsoft.Xna.Framework.Input nameWithType: Microsoft.Xna.Framework.Input fullName: Microsoft.Xna.Framework.Input