From a6661d587cd043e1894418c091b8dbd4e18a7d55 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 31 Dec 2002 06:59:46 +0000 Subject: bindings work. now they have a reset key too. --- src/python.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/python.hh') diff --git a/src/python.hh b/src/python.hh index b868c472..9279caef 100644 --- a/src/python.hh +++ b/src/python.hh @@ -44,6 +44,8 @@ bool python_bind_key(PyObject *keylist, PyObject *callback); bool python_unbind_key(PyObject *keylist); +void python_set_reset_key(const std::string &key); + //! Adds a mouse binding /*! Bindings do not generate motion events. You can only handle motion events by @@ -54,7 +56,7 @@ bool python_bind_mouse(const std::string &button, PyObject *callback); bool python_unbind_mouse(const std::string &button); -bool python_unbind_all(); +void python_unbind_all(); //! Fire a python callback function void python_callback(OBActions::ActionType action, Window window, -- cgit v1.2.3