Poison-ui

A cross-platform desktop/mobile UI engine written in D using dsfml

View project on GitHub

Dub version

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 class TextEventArgs : EventArgs


        public:



Event args for text events.


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:

enteredCharThe entered character.

Generated by venom - Poison Engine's Documentation Generator