public class NewtMouseUtilities extends Object
Constructor and Description |
---|
NewtMouseUtilities() |
Modifier and Type | Method and Description |
---|---|
static float |
convertWheelRotation(com.jogamp.newt.event.MouseEvent e,
float offset,
float stepSize) |
static boolean |
isDoubleClick(com.jogamp.newt.event.MouseEvent e) |
static boolean |
isLeftDown(com.jogamp.newt.event.MouseEvent e) |
static boolean |
isRightClick(com.jogamp.newt.event.MouseEvent e) |
static boolean |
isRightDown(com.jogamp.newt.event.MouseEvent e) |
public static boolean isDoubleClick(com.jogamp.newt.event.MouseEvent e)
public static boolean isLeftDown(com.jogamp.newt.event.MouseEvent e)
public static boolean isRightDown(com.jogamp.newt.event.MouseEvent e)
public static boolean isRightClick(com.jogamp.newt.event.MouseEvent e)
public static float convertWheelRotation(com.jogamp.newt.event.MouseEvent e, float offset, float stepSize)
Copyright © 2016. All rights reserved.