~ubuntu-branches/ubuntu/edgy/vice/edgy

« back to all changes in this revision

Viewing changes to src/keyboard.h

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2006-07-30 19:15:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060730191559-aybuaxdqc7uc57fc
Tags: 1.19-1
* New upstream version (Closes: #344245, #379781)
* Reference to roms in package description fixed (Closes: #302900)
* Acknowledge xlibs NMU (Closes: #346768)
* Build-Depends: bison++ | bison
* Build-Depends: libxaw-headers

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
extern void keyboard_init(void);
67
67
extern void keyboard_shutdown(void);
68
68
extern void keyboard_set_keyarr(int row, int col, int value);
69
 
extern void keyboard_set_keyarr_and_latch(int row, int col, int value);
70
69
extern void keyboard_clear_keymatrix(void);
71
70
extern void keyboard_event_playback(CLOCK offset, void *data);
72
71
extern void keyboard_restore_event_playback(CLOCK offset, void *data);
73
72
extern int keyboard_snapshot_write_module(struct snapshot_s *s);
74
73
extern int keyboard_snapshot_read_module(struct snapshot_s *s);
 
74
extern void keyboard_event_delayed_playback(void *data);
 
75
extern void keyboard_register_delay(unsigned int delay);
 
76
extern void keyboard_register_clear(void);
75
77
 
76
78
extern int keyboard_set_keymap_index(void *v, void *param);
77
79
extern int keyboard_set_keymap_file(void *v, void *param);