mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 15:11:22 +00:00
GUAC-807 Got mouse emulation modes working.
This commit is contained in:
@@ -68,6 +68,15 @@ angular.module('client').factory('clientProperties', [function clientProperties(
|
||||
* @type Boolean
|
||||
*/
|
||||
this.keyboardEnabled = true;
|
||||
|
||||
/**
|
||||
* Whether translation of touch to mouse events should emulate an
|
||||
* absolute pointer device, or a relative pointer device.
|
||||
*
|
||||
* @type Boolean
|
||||
*/
|
||||
this.emulateAbsoluteMouse = true;
|
||||
|
||||
};
|
||||
|
||||
}]);
|
Reference in New Issue
Block a user