enter property

int enter
final

Enter key. Single byte.

Implementation

static final int enter = Platform.isWindows ? winEnter : 10;