~ubuntu-branches/ubuntu/trusty/autokey/trusty

« back to all changes in this revision

Viewing changes to src/lib/iomediator.py

  • Committer: Bazaar Package Importer
  • Author(s): Luke Faraone
  • Date: 2010-04-05 08:38:03 UTC
  • mfrom: (8.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100405083803-213ntib1b3208oq0
Tags: 0.61.7-2
Fix dependency substitution for Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
369
369
    def handle_hotkey(self, key, modifiers, windowName):
370
370
        pass
371
371
    
372
 
    def handle_mouseclick(self, rootX, rootY, relX, relY):
 
372
    def handle_mouseclick(self, rootX, rootY, relX, relY, button, windowTitle):
373
373
        pass
374
374
    
375
375