package
0.0.0-20230417123117-cd2df2e7d1d5
Repository: https://github.com/omegarogue/weylus-desktop.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
KeyboardEventTypeNames returns a list of possible string values of KeyboardEventType.
KeyboardEventTypeValues returns a list of the values for KeyboardEventType.
KeyboardLocationNames returns a list of possible string values of KeyboardLocation.
KeyboardLocationValues returns a list of the values for KeyboardLocation.
ParseKeyboardEventType attempts to convert a string to a KeyboardEventType.
ParseKeyboardLocation attempts to convert a string to a KeyboardLocation.
No description provided by the author
ParsePointerEventType attempts to convert a string to a PointerEventType.
ParsePointerType attempts to convert a string to a PointerType.
ParseWeylusCommand attempts to convert a string to a WeylusCommand.
ParseWeylusResponse attempts to convert a string to a WeylusResponse.
PointerEventTypeNames returns a list of possible string values of PointerEventType.
PointerEventTypeValues returns a list of the values for PointerEventType.
PointerTypeNames returns a list of possible string values of PointerType.
PointerTypeValues returns a list of the values for PointerType.
No description provided by the author
WeylusCommandNames returns a list of possible string values of WeylusCommand.
WeylusCommandValues returns a list of the values for WeylusCommand.
WeylusResponseNames returns a list of possible string values of WeylusResponse.
WeylusResponseValues returns a list of the values for WeylusResponse.
No description provided by the author
# Constants
ButtonAuxiliary is a ButtonFlags of type Auxiliary.
ButtonEraser is a ButtonFlags of type Eraser.
ButtonFifth is a ButtonFlags of type Fifth.
ButtonFourth is a ButtonFlags of type Fourth.
ButtonNone is a ButtonFlags of type None.
ButtonPrimary is a ButtonFlags of type Primary.
ButtonSecondary is a ButtonFlags of type Secondary.
KeyboardEventTypeDown is a KeyboardEventType of type down.
KeyboardEventTypeRepeat is a KeyboardEventType of type repeat.
KeyboardEventTypeUp is a KeyboardEventType of type up.
KeyboardLocationLeft is a KeyboardLocation of type Left.
KeyboardLocationNumpad is a KeyboardLocation of type Numpad.
KeyboardLocationRight is a KeyboardLocation of type Right.
KeyboardLocationStandard is a KeyboardLocation of type Standard.
PointerEventTypeCancel is a PointerEventType of type cancel.
PointerEventTypeDown is a PointerEventType of type down.
PointerEventTypeMove is a PointerEventType of type move.
PointerEventTypeUp is a PointerEventType of type up.
PointerTypeMouse is a PointerType of type mouse.
PointerTypePen is a PointerType of type pen.
PointerTypeTouch is a PointerType of type touch.
PointerTypeUnknown is a PointerType of type unknown.
WeylusCommandConfig is a WeylusCommand of type Config.
WeylusCommandGetCapturableList is a WeylusCommand of type GetCapturableList.
WeylusCommandKeyboardEvent is a WeylusCommand of type KeyboardEvent.
WeylusCommandPointerEvent is a WeylusCommand of type PointerEvent.
WeylusCommandTryGetFrame is a WeylusCommand of type TryGetFrame.
WeylusCommandWheelEvent is a WeylusCommand of type WheelEvent.
WeylusResponseCapturableList is a WeylusResponse of type CapturableList.
WeylusResponseConfigError is a WeylusResponse of type ConfigError.
WeylusResponseConfigOk is a WeylusResponse of type ConfigOk.
WeylusResponseError is a WeylusResponse of type Error.
WeylusResponseNewVideo is a WeylusResponse of type NewVideo.
# Variables
goland:noinspection SpellCheckingInspection.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
goland:noinspection SpellCheckingInspection.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
KeyboardEventType indicates what kind of event is represented.
KeyboardLocation identifies which part of the keyboard the key event originates from.
PointerEventType indicates what kind of event is represented.
PointerType indicates what type the pointer triggering this event is.
WeylusCommand contains the possible commands supported by weylus
ENUM(
TryGetFrame
GetCapturableList
Config
KeyboardEvent
PointerEvent
WheelEvent
)
*/.
WeylusResponse contains the possible commands supported by weylus
ENUM(
NewVideo
CapturableList
ConfigOk
ConfigError
Error
)
*/.