MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / inputdevice_tablet_strobe

Function inputdevice_tablet_strobe

src/inputdevice.cpp:2768–2777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2766}
2767
2768void 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
2779int inputdevice_get_lightpen_id(void)
2780{

Callers 1

init_hzFunction · 0.85

Calls 3

mousehack_enableFunction · 0.85
put_byte_hostFunction · 0.85
get_byte_hostFunction · 0.85

Tested by

no test coverage detected