poison.core.eventargs.texteventargs
Source
Module for text event args handling.
Authors:
Jacob Jensen
License:
https://github.com/PoisonEngine/poison-ui/blob/master/LICENSE
public:
public @property dchar last();
Gets the last character entered.
public @property dchar current();
Gets the current character entered.
public void enter(dchar enteredChar);
Enteres a character.
Parameters:
enteredChar The entered character.
Generated by venom - Poison Engine's Documentation Generator
Module for text event args handling.
Authors:
Jacob JensenLicense:
https://github.com/PoisonEngine/poison-ui/blob/master/LICENSEpublic @property dchar last();
Gets the last character entered.
public @property dchar current();
Gets the current character entered.
public void enter(dchar enteredChar);
Enteres a character.
Parameters:
enteredChar | The entered character. |