mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-03-01 16:15:35 +00:00
Implement ui_window_win32_set_droppable
This commit is contained in:
parent
bb5107b5fa
commit
52d85c50d2
@ -75,6 +75,8 @@ void ui_window_win32_set_title(void *data, char *buf)
|
|||||||
|
|
||||||
void ui_window_win32_set_droppable(void *data, bool droppable)
|
void ui_window_win32_set_droppable(void *data, bool droppable)
|
||||||
{
|
{
|
||||||
|
ui_window_win32_t *window = (ui_window_win32_t*)data;
|
||||||
|
DragAcceptFiles(window->hwnd, droppable);
|
||||||
}
|
}
|
||||||
|
|
||||||
const ui_window_t ui_window_win32 = {
|
const ui_window_t ui_window_win32 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user