- more fixes on #672 on windows
- added #660, but need help on osx, help please I don't have a mac! - fixed #667 and #668 (eol detection in comments) - added #670 (hint when using method without () )
This commit is contained in:
parent
549d344f0f
commit
0a557f3bf5
15 changed files with 94 additions and 12 deletions
|
|
@ -69,6 +69,8 @@ public:
|
|||
virtual Point2 get_mouse_speed() const=0;
|
||||
virtual int get_mouse_button_mask() const=0;
|
||||
|
||||
virtual void warp_mouse_pos(const Vector2& p_to)=0;
|
||||
|
||||
virtual Vector3 get_accelerometer()=0;
|
||||
|
||||
virtual void action_press(const StringName& p_action)=0;
|
||||
|
|
@ -128,6 +130,9 @@ public:
|
|||
virtual Point2 get_mouse_speed() const;
|
||||
virtual int get_mouse_button_mask() const;
|
||||
|
||||
virtual void warp_mouse_pos(const Vector2& p_to);
|
||||
|
||||
|
||||
void parse_input_event(const InputEvent& p_event);
|
||||
void set_accelerometer(const Vector3& p_accel);
|
||||
void set_joy_axis(int p_device,int p_axis,float p_value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue