Version: 1.4
LanguageEnglish
  • C#

MouseEventBase<T0>.pressedButtons

public int pressedButtons;

Description

A bitmask that describes the currently pressed buttons.

Pressing a mouse button sets a bit; releasing the button clears it. The left mouse button sets/clears Bit 0. The right mouse button sets/clears Bit 1. The middle mouse button sets/clears Bit 2. Additional buttons set/clear other bits.


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答