waitingsong / node-win32-api

win32 api
MIT License
430 stars 55 forks source link

Can you add GetCaretPos? #33

Closed nnguyen01 closed 2 months ago

nnguyen01 commented 3 years ago

GetCaretPos would be super useful for a use case I'm trying to do.

https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getcaretpos

Is it possible to add this?

waitingsong commented 2 years ago

GetCaretPos() added. DEMO