Mercurial > repos > blastem
comparison libblastem.c @ 2532:f4a471730ba4
Implement clipboard paste for SC-3000
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Tue, 26 Nov 2024 23:47:38 -0800 |
parents | a634985b1df3 |
children | c076a96f1668 |
comparison
equal
deleted
inserted
replaced
2531:f973651b48d7 | 2532:f4a471730ba4 |
---|---|
530 | 530 |
531 void render_set_external_sync(uint8_t ext_sync_on) | 531 void render_set_external_sync(uint8_t ext_sync_on) |
532 { | 532 { |
533 } | 533 } |
534 | 534 |
535 char * render_read_clipboard(void) | |
536 { | |
537 return NULL; | |
538 } | |
539 | |
535 void bindings_set_mouse_mode(uint8_t mode) | 540 void bindings_set_mouse_mode(uint8_t mode) |
536 { | 541 { |
537 } | 542 } |
538 | 543 |
539 void bindings_release_capture(void) | 544 void bindings_release_capture(void) |