Blender V4.3
transform_draw_cursors.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2001-2002 NaN Holding BV. All rights reserved.
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11/* Callbacks for #WM_paint_cursor_activate. */
12
22void transform_draw_cursor_draw(bContext *C, int x, int y, void *customdata);
bool transform_draw_cursor_poll(bContext *C)
void transform_draw_cursor_draw(bContext *C, int x, int y, void *customdata)