Add respecting OS setting for natural scroll direction
This commit is contained in:
1
interface.d.ts
vendored
1
interface.d.ts
vendored
@ -69,6 +69,7 @@ export interface IElectronAPI {
|
||||
kittycad: (access: string, args: any) => any
|
||||
listMachines: () => Promise<MachinesListing>
|
||||
getMachineApiIp: () => Promise<string | null>
|
||||
readNaturalScrollDirection: () => Promise<boolean>
|
||||
onUpdateDownloaded: (
|
||||
callback: (value: string) => void
|
||||
) => Electron.IpcRenderer
|
||||
|
Reference in New Issue
Block a user