~onboard/onboard/0.99

« back to all changes in this revision

Viewing changes to Onboard/TouchInput.py

  • Committer: marmuta
  • Date: 2013-08-14 12:59:26 UTC
  • Revision ID: marmvta@gmail.com-20130814125926-vbvamvmr0k2883hl
Make sure the click simulator falls back to CSButtonMapper if the XInput event source is unavailable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
 
249
249
        devices = self._device_manager.get_client_slave_pointer_devices()
250
250
        devices = [d for d in devices if not d.is_floating()]
251
 
        _logger.info("listening to XInput devices: {}" \
 
251
        _logger.info("listening to XInput slaves: {}" \
252
252
                     .format([(d.name, d.id, d.get_config_string()) \
253
253
                              for d in devices]))
254
254