| 5703 | } |
| 5704 | |
| 5705 | static int input_openfilepopup(lua_State *L) |
| 5706 | { |
| 5707 | return doOpenFilePopup(L, false); |
| 5708 | } |
| 5709 | static int input_savefilepopup(lua_State *L) |
| 5710 | { |
| 5711 | return doOpenFilePopup(L, true); |
nothing calls this directly
no test coverage detected