sciter-sdk / go-sciter

Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
https://sciter.com
2.57k stars 268 forks source link

update SciterSetOption #346

Open 2vl opened 1 year ago

2vl commented 1 year ago

[win] SciterSetOption(NULL,SCITER_EXTENDED_TOUCHPAD_SUPPORT,FALSE) to disable extended touchpad and touch support by DirectManipulation

https://gitlab.com/sciter-engine/sciter-js-sdk/-/blob/main/include/sciter-x-def.h#L498-504 Synchronous updates for SciterSetOption

Reason: https://sciter.com/forums/topic/the-scroll-bar-does-not-respond-to-the-mouse-wheel-when-controlled-remotely/

2vl commented 1 year ago

@pravic I need this update. Can you review it ?