mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Java VideoEvent: Make propertyHandle public.
This commit is contained in:
@@ -86,7 +86,7 @@ public class VideoEvent {
|
||||
public VideoMode mode;
|
||||
|
||||
// Fields for kSourceProperty* events
|
||||
private int propertyHandle;
|
||||
public int propertyHandle;
|
||||
public VideoProperty.Kind propertyKind;
|
||||
public int value;
|
||||
public String valueStr;
|
||||
|
||||
Reference in New Issue
Block a user