summary refs log tree commit diff
path: root/lib/state.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/state.fnl')
-rw-r--r--lib/state.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/state.fnl b/lib/state.fnl
index 41dc312..a0ddd11 100644
--- a/lib/state.fnl
+++ b/lib/state.fnl
@@ -17,4 +17,5 @@
  ;; i hope
  :draw (proto.meta-method-opt :state.draw)
  :keypressed (proto.meta-method-opt :state.keypressed)
+ :mousepressed (proto.meta-method-opt :state.mousepressed)
  }