summary refs log tree commit diff
path: root/lib/state.fnl
diff options
context:
space:
mode:
authorequa <equaa@protonmail.com>2021-04-23 18:20:01 -0500
committerequa <equaa@protonmail.com>2021-04-23 18:20:01 -0500
commit5886071e3e05e6d75ffe0990776b5bd407f7ce3d (patch)
tree655d8f9cd3d724cfc39e10e6c410605ad012a5a8 /lib/state.fnl
parent465b2e11a689526c7a830bb50483dc772d359f84 (diff)
menu
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)
  }