Keep our place when entering a string.
More...
#include "state.h"
|
wchar_t * | wbuf |
| Buffer for the string being entered.
|
|
size_t | wbuflen |
| Length of buffer.
|
|
size_t | lastchar |
| Position of the last character.
|
|
size_t | curpos |
| Position of the cursor.
|
|
size_t | begin |
| Position of the start.
|
|
Keep our place when entering a string.
Definition at line 31 of file state.h.
◆ wbuf
wchar_t* EnterState::wbuf |
Buffer for the string being entered.
Definition at line 33 of file state.h.
◆ wbuflen
size_t EnterState::wbuflen |
Length of buffer.
Definition at line 34 of file state.h.
◆ lastchar
size_t EnterState::lastchar |
Position of the last character.
Definition at line 35 of file state.h.
◆ curpos
size_t EnterState::curpos |
Position of the cursor.
Definition at line 36 of file state.h.
◆ begin
Position of the start.
Definition at line 37 of file state.h.
The documentation for this struct was generated from the following file: