Mercurial > enso_osx
changeset 25:9109b605bf7c default tip
The quasimode keycode is no longer a constructor parameter for the inputmanager.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sat, 01 Mar 2008 23:36:09 -0600 |
parents | 9f5a0cd8a3f0 |
children | |
files | enso_osx/input.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/enso_osx/input.py Sat Mar 01 11:02:03 2008 -0600 +++ b/enso_osx/input.py Sat Mar 01 23:36:09 2008 -0600 @@ -159,7 +159,7 @@ self.__center.removeObserver_( self ) class InputManager( object ): - def __init__( self, quasimodeKeycode ): + def __init__( self ): self.__shouldStop = False self.__mouseEventsEnabled = False self.__qmKeycodes = [0, 0, 0]