Merge text0

This commit is contained in:
Kartik K. Agaram 2024-02-16 21:33:22 -08:00
commit ff0d64390c
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ function edit.quit(State)
end
function edit.mouse_press(State, x,y, mouse_button)
love.keyboard.setTextInput(true) -- bring up keyboard on touch screen
if State.search_term then return end
State.mouse_down = mouse_button
--? print_and_log(('edit.mouse_press: cursor at %d,%d'):format(State.cursor1.line, State.cursor1.pos))