about summary refs log tree commit diff stats
path: root/run.lua
diff options
context:
space:
mode:
Diffstat (limited to 'run.lua')
-rw-r--r--run.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/run.lua b/run.lua
index a736e20..45df7c9 100644
--- a/run.lua
+++ b/run.lua
@@ -154,9 +154,9 @@ function run.settings()
   }
 end
 
-function run.mouse_pressed(x,y, mouse_button)
+function run.mouse_press(x,y, mouse_button)
   Cursor_time = 0  -- ensure cursor is visible immediately after it moves
-  return edit.mouse_pressed(Editor_state, x,y, mouse_button)
+  return edit.mouse_press(Editor_state, x,y, mouse_button)
 end
 
 function run.mouse_release(x,y, mouse_button)