删除plot_core
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
namespace renderive::detail {
|
||||
|
||||
Axis_Control::Axis_Control(Plot_Core& plot, const Axis_Properties& properties)
|
||||
: Axis_State_Strategy(plot, properties) {}
|
||||
Axis_Control::Axis_Control(::Scene_Base& scene, const Axis_Properties& properties)
|
||||
: Axis_State_Strategy(scene, properties) {}
|
||||
|
||||
void Axis_Control::handle_event(const Event& event) {
|
||||
if (event.type == Event_Type::Wheel && get<&Axis_Properties::wheel>()) {
|
||||
|
||||
Reference in New Issue
Block a user