17 ::ll::TypedStorage<4, 4, uint> id;
18 ::ll::TypedStorage<4, 4, int> index;
19 ::ll::TypedStorage<1, 1, bool> finished;
20 ::ll::TypedStorage<8, 8, ::UIPropertyBag*> properties;
21 ::ll::TypedStorage<1, 4, ::TextCharEventResult> result;
22 ::ll::TypedStorage<1, 1, bool> hasSelectedTextBox;
Definition TextEditScreenEventData.h:13