Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <mail@jlucke.com>2019-05-08 15:10:09 +0300
committerJacques Lucke <mail@jlucke.com>2019-05-08 15:10:09 +0300
commitc79fc710b3f97e5bcf8db59fc358d430617e08c9 (patch)
treee541e7600529c471a366a26e047ed6bc375d9561 /source/blender/editors/include
parent6950faa24eff7bf756ebed7e3d86e37966cabfc4 (diff)
Keymap: Special keymap for clip editor scrubbing area
Reviewers: sergey Differential Revision: https://developer.blender.org/D4825
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_scrubbing.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_scrubbing.h b/source/blender/editors/include/ED_scrubbing.h
index cc225723f64..26d9f3d923f 100644
--- a/source/blender/editors/include/ED_scrubbing.h
+++ b/source/blender/editors/include/ED_scrubbing.h
@@ -27,12 +27,15 @@
struct bContext;
struct View2DGrid;
struct bDopeSheet;
+struct wmEvent;
void ED_scrubbing_draw(const struct ARegion *ar,
const struct Scene *scene,
bool display_seconds,
bool discrete_frames);
+bool ED_event_in_scrubbing_region(const struct ARegion *ar, const struct wmEvent *event);
+
void ED_channel_search_draw(const struct bContext *C,
struct ARegion *ar,
struct bDopeSheet *dopesheet);