chore: Add basic skeleton of the Xreal driver
This commit is contained in:
parent
b22931ffaf
commit
ad3045fc29
26 changed files with 4470 additions and 2 deletions
12
ardriver/xreal/xreal.go
Normal file
12
ardriver/xreal/xreal.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
//go:build xreal
|
||||
// +build xreal
|
||||
|
||||
package xreal
|
||||
|
||||
// #include "evdi_lib.h"
|
||||
// #include "go_ffi.h"
|
||||
// #cgo CFLAGS: -w
|
||||
// #cgo pkg-config: json-c libusb-1.0 hidapi-libusb
|
||||
import "C"
|
||||
|
||||
var IsXrealEnabled = true
|
Loading…
Add table
Add a link
Reference in a new issue