Input Text creation parameters. More...
#include <le2d/drawable/input_text.hpp>
Public Attributes | |
| TextHeight | height {TextHeight::Default} |
| char | cursor_symbol {'|'} |
| kvf::Color | cursor_color {kvf::white_v} |
| kvf::Seconds | blink_period {1s} |
Input Text creation parameters.
| kvf::Seconds le::InputTextParams::blink_period {1s} |
| kvf::Color le::InputTextParams::cursor_color {kvf::white_v} |
| char le::InputTextParams::cursor_symbol {'|'} |
| TextHeight le::InputTextParams::height {TextHeight::Default} |