X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fbindings.hh;fp=src%2Fbindings.hh;h=d120ffc0110f4797e86ff1bb0a429f65643c2ea0;hb=f7a0eb7624fa323a37f9fb0e306d7e1bbc745e15;hp=2b2260e26aeeb40602a169e73a0caa110dbcc3d7;hpb=3409b046a043d8ffabf2e9c33ea037c2e5be15e4;p=chaz%2Fopenbox diff --git a/src/bindings.hh b/src/bindings.hh index 2b2260e2..d120ffc0 100644 --- a/src/bindings.hh +++ b/src/bindings.hh @@ -123,6 +123,9 @@ public: bool grabKeyboard(int screen, PyObject *callback); void ungrabKeyboard(); + bool grabPointer(int screen); + void ungrabPointer(); + bool addButton(const std::string &but, MouseContext::MC context, MouseAction::MA action, PyObject *callback);