mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
11 lines
225 B
Java
Generated
11 lines
225 B
Java
Generated
// Generated automatically from javafx.scene.input.MouseButton for testing purposes
|
|
|
|
package javafx.scene.input;
|
|
|
|
|
|
public enum MouseButton
|
|
{
|
|
BACK, FORWARD, MIDDLE, NONE, PRIMARY, SECONDARY;
|
|
private MouseButton() {}
|
|
}
|