Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/intern/wm_event_system.c
| Context not available. | |||||
| #include "DEG_depsgraph.h" | #include "DEG_depsgraph.h" | ||||
| #include "CLG_log.h" | |||||
| static CLG_LogRef LOG = { "wm.event_system" }; | |||||
| /* Motion in pixels allowed before we don't consider single/double click, | /* Motion in pixels allowed before we don't consider single/double click, | ||||
| * or detect the start of a tweak event. */ | * or detect the start of a tweak event. */ | ||||
| #define WM_EVENT_CLICK_TWEAK_THRESHOLD (U.tweak_threshold * U.dpi_fac) | #define WM_EVENT_CLICK_TWEAK_THRESHOLD (U.tweak_threshold * U.dpi_fac) | ||||
| Context not available. | |||||