![]() |
EV_clearPasteString | Function (ROM Call 0xC7) |
events.h |
void EV_clearPasteString (void); |
Clears the event paste buffer.
EV_clearPasteString clears event paste buffer, i.e. clears the static pointer to the paste buffer (see default action for CM_STRING message in EV_defaultHandler), and eventually frees the memory occupied for dynamically pasted string (sent via CM_HSTRING message).