class SWTEvents
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static int[][] |
KeyTable |
Constructor and Description |
---|
SWTEvents() |
Modifier and Type | Method and Description |
---|---|
(package private) static int |
getWheelRotation(org.eclipse.swt.events.MouseEvent e,
int embedMouseType) |
(package private) static int |
keyCodeToEmbedKeyCode(int keyCode) |
(package private) static int |
keyIDToEmbedKeyType(int id) |
(package private) static int |
keyModifiersToEmbedKeyModifiers(int extModifiers) |
(package private) static int |
mouseButtonToEmbedMouseButton(int button,
int extModifiers) |
static int mouseButtonToEmbedMouseButton(int button, int extModifiers)
static int getWheelRotation(org.eclipse.swt.events.MouseEvent e, int embedMouseType)
static int keyIDToEmbedKeyType(int id)
static int keyCodeToEmbedKeyCode(int keyCode)
static int keyModifiersToEmbedKeyModifiers(int extModifiers)