Loading [MathJax]/extensions/TeX/AMSmath.js
Radium Engine  1.5.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Configurations.hpp
1 #pragma once
2 // on ruler clicking, automove to nearest keyFrame or ruler scale
3 // if the distance with cursor is below this constant
4 #define TIMELINE_AUTO_SUGGEST_CURSOR_RADIUS 4 // unit : pixel
5 
6 // zoom in/out speed factor (<wheelMouse> on ruler)
7 #define TIMELINE_ZOOM_SPEED 1.0 // unit : double (0.0 .. oo)
8 
9 // slide ruler speed factor (<ctrl> + <wheelMouse> on ruler)
10 #define TIMELINE_SLIDE_SPEED 1.0 // unit : double (0.0 .. oo)
11 
12 // todo : maybe set global static var
13 // frame per second to draw position of each frame in ruler
14 #define TIMELINE_FPS 60