Files
test/source/blender
Campbell Barton bcdcc3dbde Refactor: use enum types for event modifiers & types
Use enum types for event modifier and types,
`wmEventModifierFlag` & `wmEventType` respectively.

This helps with readability and avoids unintended mixing with other
types. To quiet GCC's `-Wswitch` warnings many `default` cases needed
to be added to switch statements on event types.

Ref !136759
2025-03-31 23:48:29 +00:00
..
2024-09-20 13:14:57 +10:00
2024-10-04 11:33:21 +02:00
2025-03-26 14:14:35 +11:00