mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
For property events, provide property name rather than source name.
This is much more useful.
This commit is contained in:
@@ -79,7 +79,7 @@ public class VideoEvent {
|
||||
public int sourceHandle;
|
||||
public int sinkHandle;
|
||||
|
||||
// Source/sink name
|
||||
// Source/sink/property name
|
||||
public String name;
|
||||
|
||||
// Fields for kSourceVideoModeChanged event
|
||||
|
||||
Reference in New Issue
Block a user