2020-05-21 01:08:36 +02:00
### 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
2020-05-21 23:19:16 +02:00
startLine : 50
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Misc
2020-05-21 23:19:16 +02:00
summary : "\nA delegate method that can be used for <xref href=\"MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow%2cMLEM.Misc.TextInputWrapper.TextInputCallback)\" data-throw-if-not-resolved=\"false\"></xref>\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public delegate void TextInputCallback(object sender, Keys key, char character);
parameters :
- id : sender
type : System.Object
2020-05-21 23:19:16 +02:00
description : The object that sent the event. The <xref href="MLEM.Misc.TextInputWrapper" data-throw-if-not-resolved="false"></xref> used in most cases.
2020-05-21 01:08:36 +02:00
- id : key
type : Microsoft.Xna.Framework.Input.Keys
2020-05-21 23:19:16 +02:00
description : The key that was pressed
2020-05-21 01:08:36 +02:00
- id : character
type : System.Char
2020-05-21 23:19:16 +02:00
description : The character that corresponds to that key
2020-05-21 01:08:36 +02:00
content.vb : Public Delegate Sub TextInputCallback(sender As Object, key As Keys, character As Char)
modifiers.csharp :
- public
- delegate
modifiers.vb :
- Public
- Delegate
references :
2020-05-21 23:19:16 +02:00
- 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
2020-05-21 01:08:36 +02:00
- 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