You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Godot does not care about whether the stylus is inverted or not. However, drawing projects like Lorien would care about reaching feature parity with other drawing tools that do make the distinction.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Issue:
Godot does not care about whether the stylus is inverted or not. However, drawing projects like Lorien would care about reaching feature parity with other drawing tools that do make the distinction.
Relevant development branch
https://github.com/hansemro/godot/commits/eraser-detect-3.x
https://github.com/hansemro/godot/tree/eraser-detect-4
API Changes
void set_pen_inverted(bool)
bool get_pen_inverted(void)
Tasks/Status/Notes:
Beta Was this translation helpful? Give feedback.
All reactions