More bugfixes for Evdev code. Enable ROOT_BUILD since it's the root branch.
This commit is contained in:
@@ -44,6 +44,8 @@ public class EvdevHandler {
|
||||
return;
|
||||
}
|
||||
|
||||
LimeLog.info("Grabbed device for raw mouse input: "+absolutePath);
|
||||
|
||||
ByteBuffer buffer = ByteBuffer.allocate(EvdevEvent.EVDEV_MAX_EVENT_SIZE);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user