[Windows] Add support for the WinTab API for pen input.
This commit is contained in:
parent
1c23a0cc7f
commit
d978658f81
6 changed files with 242 additions and 9 deletions
|
|
@ -708,7 +708,7 @@ String InputEventMouseMotion::as_text() const {
|
|||
button_mask_string = itos(get_button_mask());
|
||||
break;
|
||||
}
|
||||
return "InputEventMouseMotion : button_mask=" + button_mask_string + ", position=(" + String(get_position()) + "), relative=(" + String(get_relative()) + "), speed=(" + String(get_speed()) + ")";
|
||||
return "InputEventMouseMotion : button_mask=" + button_mask_string + ", position=(" + String(get_position()) + "), relative=(" + String(get_relative()) + "), speed=(" + String(get_speed()) + "), pressure=(" + rtos(get_pressure()) + "), tilt=(" + String(get_tilt()) + ")";
|
||||
}
|
||||
|
||||
bool InputEventMouseMotion::accumulate(const Ref<InputEvent> &p_event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue