vcaesar
78d01703b8
Update: update examples and test code, README.md
2024-10-07 13:56:46 -07:00
vcaesar
39818d41fa
Add: add next Linux and Windows files
2023-12-20 09:52:51 -08:00
vcaesar
e2f5f54804
Update: update readme.md
2023-11-13 10:22:10 -08:00
vcaesar
722feb7ba3
Update: update readme.md
2023-11-13 09:23:29 -08:00
vcaesar
c62f7fd81e
Update README.md and documents
2023-04-09 12:40:01 -07:00
vcaesar
cbca6d08c7
Update: move type conversion to key.md and update godoc
2023-03-11 08:51:29 -08:00
Weilong Wang
4140463ed1
Update README.md, add type conversion list.
2023-03-10 15:12:21 +08:00
vcaesar
95be5f752f
Fixed: fixed mac key release and remove the toggle defaut sleep
2023-01-15 09:12:40 -08:00
vcaesar
f911550742
Update: Update README.md and godoc
2022-11-28 13:40:01 -08:00
vcaesar
7103f6b891
Update README.md
2022-11-27 18:33:32 -08:00
vcaesar
a8faa0e906
Update README.md
2022-11-21 10:29:09 -08:00
vcaesar
c3cda41c2d
Update: update godoc and fixed typo
2022-09-14 15:23:09 -07:00
vcaesar
e9b5a9251e
Update: Unified pid and xid name, Update godoc, fixed typo
2022-09-13 15:49:21 -07:00
vcaesar
47ca6812fe
Update README.md
2022-09-12 15:20:48 -07:00
vcaesar
a2e387b448
Optimize keyboard code and Update examples
2022-04-09 10:33:02 -07:00
vcaesar
985c590284
Removed Windows VIRTUALScreen size and Update examples
2022-03-21 10:05:02 -07:00
vcaesar
0dcc87c355
Optimize key code and add more examples code
2022-02-18 10:21:31 -08:00
vcaesar
ab66b269b8
Update README.md
2022-02-15 14:26:44 -08:00
vcaesar
c395a0dcd6
Update README.md and bytewidth C type
2022-02-09 10:20:57 -08:00
vcaesar
a9d995fdf6
Update README.md
2022-02-06 00:51:37 -08:00
vcaesar
be9b02c588
Update README.md and remove unused code
2022-02-06 00:46:41 -08:00
vcaesar
b543a49322
Add clear scroll API and Update examples
2022-02-04 00:02:34 -08:00
vcaesar
cd7ed72bf2
Add more test code and Update README.md
2022-01-27 10:08:44 -08:00
vcaesar
8ad853dca2
Update README.md and removed type_string_delayed
2022-01-26 10:28:57 -08:00
vcaesar
427d2b4d61
Update README.md
2022-01-26 09:58:23 -08:00
vcaesar
21eeb19818
Update godoc and README.md
2021-12-24 13:50:06 -04:00
vcaesar
6bbf8390df
Update README.md
2021-12-08 17:49:26 -04:00
vcaesar
b9cb452594
optimize code, add ps.Run() function and update godoc
2021-11-24 15:42:08 -04:00
vcaesar
a6f18bc2b3
Update godoc and README.md
2021-11-17 17:08:59 -04:00
vcaesar
4302f69b95
Update README.md
2021-11-17 14:52:05 -04:00
vcaesar
15d5d147bc
Update README.md
2021-11-17 14:16:30 -04:00
vcaesar
335b3f50a2
Update README.md
2021-11-06 15:45:35 -04:00
vcaesar
19502c79ce
Update OpenCV README.md and CI
2021-11-05 14:07:15 -04:00
vcaesar
341f2281d6
Add get the screen rect support
2021-10-29 11:51:43 -04:00
vcaesar
10ae65cc6c
Update README.md
2021-10-28 13:21:25 -04:00
vcaesar
db6723eb00
Update README.md
2021-10-18 10:52:35 -04:00
vcaesar
7643a714b8
Update README.md
2021-10-13 15:23:36 -04:00
vcaesar
dc5f64ef65
Update README.md
2021-10-12 12:13:06 -04:00
vcaesar
088d674453
Fixed a typo
2021-10-12 12:07:16 -04:00
vcaesar
336b7cea9f
add free bitmap array support and Update README.md
2021-10-12 12:03:50 -04:00
vcaesar
1498a7d32e
add more hook keycode and Update README.md
2021-10-12 11:11:38 -04:00
vcaesar
185c253a82
Update README.md
2021-10-12 10:18:15 -04:00
vcaesar
2768d0877a
add more image function support
2021-09-24 12:32:20 -04:00
vcaesar
4dcdfe7f42
Update README.md
2021-09-17 11:10:11 -04:00
vcaesar
51661803b1
Update go mod and Update README.md
2021-09-15 11:38:26 -04:00
vcaesar
9468b8fdde
Update README.md and example
2021-09-13 12:28:23 -04:00
vcaesar
3e402696be
Update and move image function to img.go
2021-09-08 13:28:42 -04:00
vcaesar
f04e5bf6a3
Removed drop api example code and Update README.md
2021-08-27 12:51:57 -04:00
vcaesar
2daa5b775e
Update README.md
2021-08-17 12:29:01 -04:00
hi20160616
7b5dd14927
Update README.md Section ####Other to windows ( #348 )
...
* Update README.md section Ubuntu
I'd try and pass test for cross-compile on ubuntu to windows i386 and x86_64, my case: https://github.com/hi20160616/robotclick/blob/main/.github/workflows/goreleaser.yml
I dig and read many issues here, and collect the right way to cross-compile for windows binary.
I think it will help someone like me to fix bugs while cross compile.
like error `zlib.h cannot find out` usually because of we installed it via source, that not useful on **mingw-w64**.
I also suggest this update to let newbee easy to use this grand code.
* Update README.md section #### Other to windows
I'd try and pass test for cross-compile on ubuntu to windows i386 and x86_64, my case: https://github.com/hi20160616/robotclick/blob/main/.github/workflows/goreleaser.yml .
I dig and read many issues here, and collect the right way to cross-compile for windows binary.
I think it will help someone like me to fix bugs while cross compile.
like error `zlib.h cannot find out` usually because of we installed it via source, that not useful on **mingw-w64**.
I also suggest this update to let newbee easy to use this grand code.
2021-08-17 11:56:38 -04:00