Blender V4.3
gpencil_ops.cc File Reference
#include <cstddef>
#include <cstdio>
#include <cstdlib>
#include "BLI_sys_types.h"
#include "BKE_context.hh"
#include "BKE_paint.hh"
#include "DNA_brush_types.h"
#include "DNA_gpencil_legacy_types.h"
#include "DNA_object_types.h"
#include "DNA_screen_types.h"
#include "DNA_space_types.h"
#include "WM_api.hh"
#include "WM_toolsystem.hh"
#include "WM_types.hh"
#include "RNA_access.hh"
#include "ED_gpencil_legacy.hh"
#include "gpencil_intern.hh"

Go to the source code of this file.

Functions

void ED_keymap_gpencil_legacy (wmKeyConfig *keyconf)
 
void ED_operatortypes_gpencil_legacy ()
 

Function Documentation

◆ ED_keymap_gpencil_legacy()

void ED_keymap_gpencil_legacy ( wmKeyConfig * keyconf)

Definition at line 34 of file gpencil_ops.cc.

References RGN_TYPE_WINDOW, SPACE_EMPTY, and WM_keymap_ensure().

Referenced by ED_spacetypes_keymap().

◆ ED_operatortypes_gpencil_legacy()