You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Make Input mouse_mode and use_accumulated_input properties
Co-authored-by: Haoyu Qiu <timothyqiu32@gmail.com>
This commit is contained in:
@@ -723,6 +723,10 @@ void InputDefault::set_use_input_buffering(bool p_enable) {
|
||||
use_input_buffering = p_enable;
|
||||
}
|
||||
|
||||
bool InputDefault::is_using_accumulated_input() {
|
||||
return use_accumulated_input;
|
||||
}
|
||||
|
||||
void InputDefault::set_use_accumulated_input(bool p_enable) {
|
||||
use_accumulated_input = p_enable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user