mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-14 10:09:09 +01:00
149 lines
3.9 KiB
YAML
149 lines
3.9 KiB
YAML
|
### YamlMime:ManagedReference
|
||
|
items:
|
||
|
- uid: MLEM.Ui.Elements.Element.TextInputCallback
|
||
|
commentId: T:MLEM.Ui.Elements.Element.TextInputCallback
|
||
|
id: Element.TextInputCallback
|
||
|
parent: MLEM.Ui.Elements
|
||
|
children: []
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: Element.TextInputCallback
|
||
|
nameWithType: Element.TextInputCallback
|
||
|
fullName: MLEM.Ui.Elements.Element.TextInputCallback
|
||
|
type: Delegate
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Elements/Element.cs
|
||
|
branch: main
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: TextInputCallback
|
||
|
path: ../MLEM.Ui/Elements/Element.cs
|
||
|
startLine: 1285
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Elements
|
||
|
summary: A delegate used for the <xref href="MLEM.Ui.Elements.Element.OnTextInput" data-throw-if-not-resolved="false"></xref> event.
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: public delegate void Element.TextInputCallback(Element element, Keys key, char character)
|
||
|
parameters:
|
||
|
- id: element
|
||
|
type: MLEM.Ui.Elements.Element
|
||
|
description: The current element
|
||
|
- id: key
|
||
|
type: Microsoft.Xna.Framework.Input.Keys
|
||
|
description: The key that was pressed
|
||
|
- id: character
|
||
|
type: System.Char
|
||
|
description: The character that was input
|
||
|
content.vb: Public Delegate Sub Element.TextInputCallback(element As Element, key As Keys, character As Char)
|
||
|
references:
|
||
|
- uid: MLEM.Ui.Elements.Element.OnTextInput
|
||
|
commentId: F:MLEM.Ui.Elements.Element.OnTextInput
|
||
|
parent: MLEM.Ui.Elements.Element
|
||
|
href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnTextInput
|
||
|
name: OnTextInput
|
||
|
nameWithType: Element.OnTextInput
|
||
|
fullName: MLEM.Ui.Elements.Element.OnTextInput
|
||
|
- uid: MLEM.Ui.Elements
|
||
|
commentId: N:MLEM.Ui.Elements
|
||
|
href: MLEM.html
|
||
|
name: MLEM.Ui.Elements
|
||
|
nameWithType: MLEM.Ui.Elements
|
||
|
fullName: MLEM.Ui.Elements
|
||
|
spec.csharp:
|
||
|
- uid: MLEM
|
||
|
name: MLEM
|
||
|
href: MLEM.html
|
||
|
- name: .
|
||
|
- uid: MLEM.Ui
|
||
|
name: Ui
|
||
|
href: MLEM.Ui.html
|
||
|
- name: .
|
||
|
- uid: MLEM.Ui.Elements
|
||
|
name: Elements
|
||
|
href: MLEM.Ui.Elements.html
|
||
|
spec.vb:
|
||
|
- uid: MLEM
|
||
|
name: MLEM
|
||
|
href: MLEM.html
|
||
|
- name: .
|
||
|
- uid: MLEM.Ui
|
||
|
name: Ui
|
||
|
href: MLEM.Ui.html
|
||
|
- name: .
|
||
|
- uid: MLEM.Ui.Elements
|
||
|
name: Elements
|
||
|
href: MLEM.Ui.Elements.html
|
||
|
- uid: MLEM.Ui.Elements.Element
|
||
|
commentId: T:MLEM.Ui.Elements.Element
|
||
|
parent: MLEM.Ui.Elements
|
||
|
href: MLEM.Ui.Elements.Element.html
|
||
|
name: Element
|
||
|
nameWithType: Element
|
||
|
fullName: MLEM.Ui.Elements.Element
|
||
|
- 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
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.char
|
||
|
name: char
|
||
|
nameWithType: char
|
||
|
fullName: char
|
||
|
nameWithType.vb: Char
|
||
|
fullName.vb: Char
|
||
|
name.vb: Char
|
||
|
- 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
|
||
|
spec.csharp:
|
||
|
- uid: Microsoft
|
||
|
name: Microsoft
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Microsoft.Xna
|
||
|
name: Xna
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Microsoft.Xna.Framework
|
||
|
name: Framework
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Microsoft.Xna.Framework.Input
|
||
|
name: Input
|
||
|
isExternal: true
|
||
|
spec.vb:
|
||
|
- uid: Microsoft
|
||
|
name: Microsoft
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Microsoft.Xna
|
||
|
name: Xna
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Microsoft.Xna.Framework
|
||
|
name: Framework
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Microsoft.Xna.Framework.Input
|
||
|
name: Input
|
||
|
isExternal: true
|
||
|
- uid: System
|
||
|
commentId: N:System
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system
|
||
|
name: System
|
||
|
nameWithType: System
|
||
|
fullName: System
|