Ticket #22 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Add support for continous mode

Reported by: martin.wickman@gmail.com Assigned to: dsmith
Priority: major Milestone: Version 0.6.00
Component: libcwiid Version: 0.5.02
Keywords: Cc:

Description

libwiimote should have support for continuous mode as well. I'm thinking:

  • Add a constant for wiimote_command()
  • update_rpt_mode() in command.c to support 0x04
  • process_btn in event.c: In continuous mode, buttons should be reported even though they have not changed

Change History

04/09/07 18:28:57 changed by dsmith

  • milestone set to Version 0.6.00.

04/24/07 14:34:45 changed by dsmith

  • status changed from new to assigned.

04/24/07 19:57:58 changed by dsmith

  • status changed from assigned to closed.
  • resolution set to fixed.

04/24/07 20:00:40 changed by dsmith

added continuous mode flag and repeat button flag (r101)