Class AWTToNewtUtilities
- java.lang.Object
-
- org.jzy3d.bridge.newt.controllers.AWTToNewtUtilities
-
public class AWTToNewtUtilities extends Object
Utilities for mapping key codes and events from awt to newt.- Author:
- Nils Hoffmann
-
-
Constructor Summary
Constructors Constructor Description AWTToNewtUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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)
-