Version: 2022.1
LanguageEnglish
  • C#

PenStatus

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Options for specifying the state of the pen. For example, whether the pen is in contact with the screen or tablet, whether the pen is inverted, and whether buttons are pressed. You can combine states using bitwise OR operators.

Properties

NoneThe pen is in a neutral state.
ContactThe pen is in contact with the screen or tablet.
BarrelThe barrel button on the pen is currently pressed.
InvertedThe pen is inverted.
EraserThe pen is in erase mode.