dart_winapi 0.3.5 copy "dart_winapi: ^0.3.5" to clipboard
dart_winapi: ^0.3.5 copied to clipboard

discontinued

Dart implementation of winapi using dart:ffi to call C++ apis.

0.0.1 #

  • Initial version, created by Stagehand

0.0.2 #

  • Added GetKeyState

0.1.0 #

  • Added CallNextHookEx
  • Added GetMessage
  • Added SetWindowsHookExA (still experimental)

0.2.0 Breaking changes #

  • Renamed some function to don't include the A prefix, and added the textFormat parameter to chose between either utf16 or ascii
  • Added RegisterHotKey
  • Disable SetWindowHook which cause the entire library to fail

0.3.0 Breaking changes #

  • Changed api to use optional named parameters
  • Added short hand to set the cursor position given a point struct

0.3.1 #

  • Added GetActiveWindow

0.3.2 #

  • Added ShowWindow

0.3.3 #

  • Added GetForegroundWindow
3
likes
40
pub points
8%
popularity

Publisher

verified publisherhexah.net

Dart implementation of winapi using dart:ffi to call C++ apis.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

ffi, meta

More

Packages that depend on dart_winapi