Blender V4.3
action_ops.cc File Reference
#include <cmath>
#include <cstdlib>
#include "DNA_space_types.h"
#include "ED_anim_api.hh"
#include "ED_transform.hh"
#include "action_intern.hh"
#include "RNA_access.hh"
#include "WM_api.hh"
#include "WM_types.hh"

Go to the source code of this file.

Functions

void action_operatortypes ()
 
void ED_operatormacros_action ()
 
void action_keymap (wmKeyConfig *keyconf)
 

Function Documentation

◆ action_keymap()

void action_keymap ( wmKeyConfig * keyconf)

Definition at line 96 of file action_ops.cc.

References RGN_TYPE_WINDOW, SPACE_ACTION, and WM_keymap_ensure().

Referenced by ED_spacetype_action().

◆ action_operatortypes()

◆ ED_operatormacros_action()