A flashcard app for drilling on spellings of words based on audio recordings
teach_mouse_release = function(x,y, mouse_button, is_touch, presses)
	if Cursor_word then
		edit.mouse_release(Cursor_word, x,y, mouse_button, is_touch, presses)
	end
end