Files
voice-cat/clients/apple/dotnet/VoiceCat.iOS/native/ios_screen_capture_stub.c
T

4 lines
176 B
C
Raw Normal View History

2026-09-19 19:33:10 +02:00
int vc_ios_screen_capture_available(void) { return 0; }
void vc_ios_screen_capture_present(const char *ring_path) { (void)ring_path; }
void vc_ios_screen_capture_stop(void) {}