SFML community forums

Bindings - other languages => DotNet => Topic started by: First on February 22, 2014, 04:05:46 pm

Title: Input Text In SFML Window
Post by: First on February 22, 2014, 04:05:46 pm
how to enter text in the sfml? what need to use?
Title: Re: Input Text In SFML Window
Post by: zsbzsb on February 22, 2014, 04:06:42 pm
Use the text event.

windowInstance.TextEntered += TextEventHandler;
Title: Re: Input Text In SFML Window
Post by: First on February 22, 2014, 08:08:11 pm
I use sfml.net, there is no such. Even similar events. What will advise?
Title: Re: Input Text In SFML Window
Post by: zsbzsb on February 22, 2014, 09:45:00 pm
There isn't  ???

I must be confused then...
https://github.com/SFML/SFML.Net/blob/master/src/Window/Window.cs#L554 (https://github.com/SFML/SFML.Net/blob/master/src/Window/Window.cs#L554)
Title: Re: Input Text In SFML Window
Post by: StormWingDelta on April 03, 2014, 03:41:50 am
There isn't  ???

I must be confused then...
https://github.com/SFML/SFML.Net/blob/master/src/Window/Window.cs#L554 (https://github.com/SFML/SFML.Net/blob/master/src/Window/Window.cs#L554)

So useful.  Was hunting for a list of events I could use. :p