set inactive cursor draw function.

This commit is contained in:
Miroslav Šedivý
2021-11-01 21:15:57 +01:00
parent ed5d2175ae
commit 606c9337bb
5 changed files with 20 additions and 18 deletions

View File

@ -39,7 +39,7 @@
import { NekoWebRTC } from './internal/webrtc'
import { Scroll } from './types/state'
import { CursorPosition, CursorImage } from './types/webrtc'
import { CursorDrawFunction, Dimension, KeyboardModifiers } from './types/overlay'
import { CursorDrawFunction, Dimension, KeyboardModifiers } from './types/cursors'
const WHEEL_STEP = 53 // Delta threshold for a mouse wheel step
const WHEEL_LINE_HEIGHT = 19