Home
last modified time | relevance | path

Searched refs:M_PLOT_SELECTED (Results 1 – 2 of 2) sorted by relevance

/dports/devel/agar/agar-1.5.0/math/
H A Dm_plotter.c115 if (pl->flags & M_PLOT_SELECTED && in MouseMotion()
273 AG_INVFLAGS(pl->flags, M_PLOT_SELECTED); in MouseButtonDown()
283 opl->flags &= ~M_PLOT_SELECTED; in MouseButtonDown()
285 pl->flags |= M_PLOT_SELECTED; in MouseButtonDown()
308 if (! (pl->flags & M_PLOT_SELECTED)) { continue; } in MouseButtonDown()
315 if (! (pl->flags & M_PLOT_SELECTED)) { continue; } in MouseButtonDown()
513 if (pl->flags & M_PLOT_SELECTED) { in Draw()
H A Dm_plotter.h72 #define M_PLOT_SELECTED 0x01 macro