Add: Sample Script Tab, EMCAScript Guide

This commit is contained in:
hyb1996
2017-03-14 16:59:45 +08:00
parent e81b661974
commit 85affed538
129 changed files with 7046 additions and 297 deletions

View File

@@ -18,8 +18,8 @@ public class ExampleUnitTest {
@Test
public void test() {
InputEventToJsConverter converter = new InputEventToJsConverter();
converter.parseAndAddEventIfFormatCorrect("[ 140123.672100] /dev/input/event3: EV_ABS ABS_MT_POSITION_X 0000005f");
System.out.println(converter.getCode());
int i = 0xffffffff;
long l = i & 0xffffffffL;
System.out.println(l);
}
}