687ed017d3
The mouse cursor channel enables remoting of the mouse cursor (bitmap) over a DVC. The main use case is UDP, as only virtual channels can be transported via UDP in RDP.
13 lines
310 B
CMake
13 lines
310 B
CMake
|
|
set(OPTION_DEFAULT ON)
|
|
set(OPTION_CLIENT_DEFAULT OFF)
|
|
set(OPTION_SERVER_DEFAULT ON)
|
|
|
|
define_channel_options(NAME "rdpemsc" TYPE "dynamic"
|
|
DESCRIPTION "Mouse Cursor Virtual Channel Extension"
|
|
SPECIFICATIONS "[MS-RDPEMSC]"
|
|
DEFAULT ${OPTION_DEFAULT})
|
|
|
|
define_channel_server_options(${OPTION_SERVER_DEFAULT})
|
|
|