|
| static bool | eel_lice_get_filename_for_string (void *opaque, EEL_F idx, WDL_FastString *fs, int iswrite) |
| static bool | translate_special_key (uint32_t uni_key, uint32_t &jsfx_key) |
| static EEL_F NSEEL_CGEN_CALL | ysfx_api_gfx_getchar (void *opaque, EEL_F *p) |
| static EEL_F NSEEL_CGEN_CALL | ysfx_api_gfx_showmenu (void *opaque, INT_PTR nparms, EEL_F **parms) |
| static EEL_F NSEEL_CGEN_CALL | ysfx_api_gfx_setcursor (void *opaque, INT_PTR nparms, EEL_F **parms) |
| static EEL_F NSEEL_CGEN_CALL | ysfx_api_gfx_getdropfile (void *opaque, INT_PTR np, EEL_F **parms) |
| ysfx_gfx_state_t * | ysfx_gfx_state_new (ysfx_t *fx) |
| void | ysfx_gfx_state_free (ysfx_gfx_state_t *state) |
| void | ysfx_gfx_state_set_bitmap (ysfx_gfx_state_t *state, uint8_t *data, uint32_t w, uint32_t h, uint32_t stride) |
| void | ysfx_gfx_state_set_scale_factor (ysfx_gfx_state_t *state, ysfx_real scale) |
| void | ysfx_gfx_state_set_callback_data (ysfx_gfx_state_t *state, void *callback_data) |
| void | ysfx_gfx_state_set_show_menu_callback (ysfx_gfx_state_t *state, int(*callback)(void *, const char *, int32_t, int32_t)) |
| void | ysfx_gfx_state_set_set_cursor_callback (ysfx_gfx_state_t *state, void(*callback)(void *, int32_t)) |
| void | ysfx_gfx_state_set_get_drop_file_callback (ysfx_gfx_state_t *state, const char *(*callback)(void *, int32_t)) |
| bool | ysfx_gfx_state_is_dirty (ysfx_gfx_state_t *state) |
| void | ysfx_gfx_state_add_key (ysfx_gfx_state_t *state, uint32_t mods, uint32_t key, bool press) |
| void | ysfx_gfx_enter (ysfx_t *fx, bool doinit) |
| void | ysfx_gfx_leave (ysfx_t *fx) |
| ysfx_gfx_state_t * | ysfx_gfx_get_context (ysfx_t *fx) |
| void | ysfx_gfx_prepare (ysfx_t *fx) |
| void | ysfx_api_init_gfx () |
| void | SWELL_SetViewGL (HWND h, char wantGL) |
| bool | SWELL_GetViewGL (HWND h) |
| bool | SWELL_SetGLContextToView (HWND h) |