| 2766 | } |
| 2767 | |
| 2768 | void inputdevice_tablet_strobe (void) |
| 2769 | { |
| 2770 | mousehack_enable (); |
| 2771 | if (uae_boot_rom_type <= 0) |
| 2772 | return; |
| 2773 | if (!tablet_data) |
| 2774 | return; |
| 2775 | if (mousehack_address) |
| 2776 | put_byte_host(mousehack_address + MH_CNT, get_byte_host(mousehack_address + MH_CNT) + 1); |
| 2777 | } |
| 2778 | |
| 2779 | int inputdevice_get_lightpen_id(void) |
| 2780 | { |
no test coverage detected