|
@@ -349,7 +349,7 @@ protected:
|
|
|
|
|
|
public:
|
|
public:
|
|
void set_factor(float p_factor);
|
|
void set_factor(float p_factor);
|
|
- float get_factor();
|
|
|
|
|
|
+ float get_factor() const;
|
|
|
|
|
|
void set_button_index(int p_index);
|
|
void set_button_index(int p_index);
|
|
int get_button_index() const;
|
|
int get_button_index() const;
|