hwndloop

Crates.iohwndloop
lib.rshwndloop
version0.1.5
sourcesrc
created_at2018-12-01 00:32:12.65573
updated_at2018-12-25 07:17:41.194997
descriptionAn implementation of an event loop backed by a Win32 window.
homepage
repositoryhttps://github.com/jmgao/hwndloop
max_upload_size
id99465
size28,969
Josh Gao (jmgao)

documentation

https://docs.rs/hwndloop

README

hwndloop

CircleCI Docs

An implementation of an event loop backed by a Win32 window.

This is useful when interfacing with Windows APIs that communicate via messages sent to windows (e.g. rawinput's WM_INPUT_DEVICE_CHANGE).

WARNING: This crate is not yet API-stable. If you use this, expect to have to follow API changes upon upgrading. Notably, things that currently panic will probably switch to returning a Result at some point in the future.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 23

cargo fmt