Home | All Classes | Grouped Classes | Index | Search

CL_InputBox::move_cursor_word

Moves the cursor by word.

	void move_cursor_word(
		int delta, bool mark = false);

Detailed description:

If delta is positive, the cursor is moved forward. If delta is negative, the cursor is moved backward. If mark is true, the text is marked.

See also:

CL_InputBox



Questions or comments, write to the ClanLib mailing list.