AppCore icon indicating copy to clipboard operation
AppCore copied to clipboard

Add missing Window methods to C API

Open nesk opened this issue 4 years ago • 0 comments

Window::is_accelerated() and Window::render_buffer_id() methods were missing in the C API, I've added them with the functions ulWindowIsAccelerated() and ulWindowGetRenderBufferId().

nesk avatar May 14 '21 22:05 nesk