Mercurial > repos > blastem
diff render.h @ 2532:f4a471730ba4
Implement clipboard paste for SC-3000
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Tue, 26 Nov 2024 23:47:38 -0800 |
parents | bed4d3db8a3f |
children | 251cc75574af |
line wrap: on
line diff
--- a/render.h Mon Nov 25 22:44:03 2024 -0800 +++ b/render.h Tue Nov 26 23:47:38 2024 -0800 @@ -149,6 +149,7 @@ void render_update_display(void); int render_ui_to_pixels_x(int ui); int render_ui_to_pixels_y(int ui); +char *render_read_clipboard(void); #ifndef IS_LIB uint8_t render_create_thread(render_thread *thread, const char *name, render_thread_fun fun, void *data); uint8_t render_static_image(uint8_t window, uint8_t *buffer, uint32_t size);