Changeset View
Changeset View
Standalone View
Standalone View
source/blenderplayer/bad_level_call_stubs/stubs.c
| Show First 20 Lines • Show All 333 Lines • ▼ Show 20 Lines | |||||
| void WM_jobs_start(struct wmWindowManager *wm, struct wmJob *job) RET_NONE | void WM_jobs_start(struct wmWindowManager *wm, struct wmJob *job) RET_NONE | ||||
| void WM_report(ReportType type, const char *message) RET_NONE | void WM_report(ReportType type, const char *message) RET_NONE | ||||
| #ifdef WITH_INPUT_NDOF | #ifdef WITH_INPUT_NDOF | ||||
| void WM_ndof_deadzone_set(float deadzone) RET_NONE | void WM_ndof_deadzone_set(float deadzone) RET_NONE | ||||
| #endif | #endif | ||||
| #ifdef WITH_INPUT_HMD | |||||
| int WM_device_HMD_num_devices_get(void) RET_ZERO | |||||
| int WM_device_HMD_current_get(void) RET_ZERO | |||||
| void WM_device_HMD_state_set(const int device, const bool enable) RET_NONE | |||||
| float WM_device_HMD_IPD_get(void) RET_ZERO | |||||
| const char *WM_device_HMD_name_get(int index) RET_NULL | |||||
| const char *WM_device_HMD_vendor_get(int index) RET_NULL | |||||
| void WM_device_HMD_IPD_set(float value) RET_NONE | |||||
| #endif /* WITH_INPUT_HMD */ | |||||
| void WM_uilisttype_init(void) RET_NONE | void WM_uilisttype_init(void) RET_NONE | ||||
| struct uiListType *WM_uilisttype_find(const char *idname, bool quiet) RET_NULL | struct uiListType *WM_uilisttype_find(const char *idname, bool quiet) RET_NULL | ||||
| bool WM_uilisttype_add(struct uiListType *ult) RET_ZERO | bool WM_uilisttype_add(struct uiListType *ult) RET_ZERO | ||||
| void WM_uilisttype_freelink(struct uiListType *ult) RET_NONE | void WM_uilisttype_freelink(struct uiListType *ult) RET_NONE | ||||
| void WM_uilisttype_free(void) RET_NONE | void WM_uilisttype_free(void) RET_NONE | ||||
| struct wmKeyMapItem *WM_keymap_item_find_id(struct wmKeyMap *keymap, int id) RET_NULL | struct wmKeyMapItem *WM_keymap_item_find_id(struct wmKeyMap *keymap, int id) RET_NULL | ||||
| int WM_enum_search_invoke(struct bContext *C, struct wmOperator *op, const struct wmEvent *event) RET_ZERO | int WM_enum_search_invoke(struct bContext *C, struct wmOperator *op, const struct wmEvent *event) RET_ZERO | ||||
| Show All 33 Lines | |||||
| bool ED_space_image_show_paint(struct SpaceImage *sima) RET_ZERO | bool ED_space_image_show_paint(struct SpaceImage *sima) RET_ZERO | ||||
| void ED_space_image_paint_update(struct wmWindowManager *wm, struct Scene *scene) RET_NONE | void ED_space_image_paint_update(struct wmWindowManager *wm, struct Scene *scene) RET_NONE | ||||
| void ED_space_image_set(struct SpaceImage *sima, struct Scene *scene, struct Object *obedit, struct Image *ima) RET_NONE | void ED_space_image_set(struct SpaceImage *sima, struct Scene *scene, struct Object *obedit, struct Image *ima) RET_NONE | ||||
| void ED_space_image_uv_sculpt_update(struct wmWindowManager *wm, struct Scene *scene) RET_NONE | void ED_space_image_uv_sculpt_update(struct wmWindowManager *wm, struct Scene *scene) RET_NONE | ||||
| void ED_space_image_scopes_update(const struct bContext *C, struct SpaceImage *sima, struct ImBuf *ibuf, bool use_view_settings) RET_NONE | void ED_space_image_scopes_update(const struct bContext *C, struct SpaceImage *sima, struct ImBuf *ibuf, bool use_view_settings) RET_NONE | ||||
| void ED_uvedit_get_aspect(struct Scene *scene, struct Object *ob, struct BMesh *em, float *aspx, float *aspy) RET_NONE | void ED_uvedit_get_aspect(struct Scene *scene, struct Object *ob, struct BMesh *em, float *aspx, float *aspy) RET_NONE | ||||
| bool ED_screen_is_editable(const struct bScreen *screen) RET_ZERO | |||||
| void ED_screen_set_scene(struct bContext *C, struct bScreen *screen, struct Scene *scene) RET_NONE | void ED_screen_set_scene(struct bContext *C, struct bScreen *screen, struct Scene *scene) RET_NONE | ||||
| struct MovieClip *ED_space_clip_get_clip(struct SpaceClip *sc) RET_NULL | struct MovieClip *ED_space_clip_get_clip(struct SpaceClip *sc) RET_NULL | ||||
| void ED_space_clip_set_clip(struct bContext *C, struct bScreen *screen, struct SpaceClip *sc, struct MovieClip *clip) RET_NONE | void ED_space_clip_set_clip(struct bContext *C, struct bScreen *screen, struct SpaceClip *sc, struct MovieClip *clip) RET_NONE | ||||
| void ED_space_clip_set_mask(struct bContext *C, struct SpaceClip *sc, struct Mask *mask) RET_NONE | void ED_space_clip_set_mask(struct bContext *C, struct SpaceClip *sc, struct Mask *mask) RET_NONE | ||||
| void ED_space_image_set_mask(struct bContext *C, struct SpaceImage *sima, struct Mask *mask) RET_NONE | void ED_space_image_set_mask(struct bContext *C, struct SpaceImage *sima, struct Mask *mask) RET_NONE | ||||
| void ED_area_tag_redraw_regiontype(struct ScrArea *sa, int regiontype) RET_NONE | void ED_area_tag_redraw_regiontype(struct ScrArea *sa, int regiontype) RET_NONE | ||||
| void ED_render_engine_changed(struct Main *bmain) RET_NONE | void ED_render_engine_changed(struct Main *bmain) RET_NONE | ||||
| ▲ Show 20 Lines • Show All 384 Lines • Show Last 20 Lines | |||||