org.jzy3d.bridge.newt.controllers
Class AwtToNewtUtilities

java.lang.Object
  extended by 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
AwtToNewtUtilities()
           
 
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
 

Constructor Detail

AwtToNewtUtilities

public AwtToNewtUtilities()
Method Detail

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.