| ★ wanayoo — archive 1999 http://www.wdvl.com/Authoring/Scripting/Tutorial/java_event_modifiers.html | Nouvelle recherche | Portail wanayoo |
|
|||||||||||||
Event Modifiers
public boolean handleEvent(Event event)
{
if (event.id == Event.MOUSE_DOWN)
{
if ((event.modifiers & Event.SHIFT_MASK) > 0)
System.out.println("Shift is down during press");
else
System.out.println("Shift is up during press");
}
return super.handleEvent(event);
}
Additional Resources:
Table of Contents Exercise Eight | |||||||||||||
internet.com
| |
e-commerce
|
Copyright 1999-2000 internet.com Corp. Legal Notices. Privacy Policy.