org.jzy3d.bridge.newt.controllers
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
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AwtToNewtUtilities
public AwtToNewtUtilities()
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)
Copyright © 2013. All rights reserved.