le2d v0.4.7
2D game engine framework
 
Loading...
Searching...
No Matches
le::InputTextParams Struct Reference

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}
 

Detailed Description

Input Text creation parameters.

Member Data Documentation

◆ blink_period

kvf::Seconds le::InputTextParams::blink_period {1s}

◆ cursor_color

kvf::Color le::InputTextParams::cursor_color {kvf::white_v}

◆ cursor_symbol

char le::InputTextParams::cursor_symbol {'|'}

◆ height

TextHeight le::InputTextParams::height {TextHeight::Default}

The documentation for this struct was generated from the following file: