Java javafx.scene.input MouseButton fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.input MouseButton fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.input MouseButton.

The text is from its open source code.

Field

MouseButtonPRIMARY
Represents primary (button 1, usually the left) mouse button.
MouseButtonSECONDARY
Represents seconday (button 3, usually the right) mouse button.