Class AWTToNewtUtilities
java.lang.Object
org.jzy3d.bridge.newt.controllers.AWTToNewtUtilities
Utilities for mapping key codes and events from awt to newt.
- Author:
- Nils Hoffmann
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
mapKeyCode
(com.jogamp.newt.event.KeyEvent event) static int
mask
(com.jogamp.newt.event.KeyEvent event) static int
mask
(com.jogamp.newt.event.MouseEvent event)
-
Constructor Details
-
AWTToNewtUtilities
public AWTToNewtUtilities()
-
-
Method Details
-
mapKeyCode
public static int mapKeyCode(com.jogamp.newt.event.KeyEvent event) -
mask
public static int mask(com.jogamp.newt.event.MouseEvent event) -
mask
public static int mask(com.jogamp.newt.event.KeyEvent event)
-