C# Class SFML.Window.TextEventArgs

Text event parameters
Inheritance: System.EventArgs
Afficher le fichier Open project: SFML/SFML.Net Class Usage Examples

Méthodes publiques

Свойство Type Description
Unicode string

Méthodes publiques

Méthode Description
TextEventArgs ( TextEvent e ) : System

Construct the text arguments from a text event

ToString ( ) : string

Provide a string describing the object

Method Details

TextEventArgs() public méthode

Construct the text arguments from a text event
public TextEventArgs ( TextEvent e ) : System
e TextEvent Text event
Résultat System

ToString() public méthode

Provide a string describing the object
public ToString ( ) : string
Résultat string

Property Details

Unicode public_oe property

UTF-16 value of the character
public string Unicode
Résultat string