Docs.rs
pixels-graphics-lib-0.20.1
pixels-graphics-lib 0.20.1
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
emmabritton
Dependencies
buffer-graphics-lib ^0.19
normal
directories ^5.0
normal
optional
log ^0.4
normal
pixels ^0.14.0
normal
optional
rustc-hash ^2.0
normal
screen_size ^0.1.0
normal
serde ^1.0
normal
optional
simple-game-utils ^0.5
normal
softbuffer ^0.4
normal
optional
thiserror ^1.0
normal
winit ^0.29
normal
optional
winit ^0.30
normal
optional
winit_input_helper ^0.16
normal
optional
anyhow ^1.0
dev
fastrand ^2.1
dev
Versions
16.3%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
pixels_
graphics_
lib
0.20.1
Module utilities
Module Items
Modules
Functions
In crate pixels_
graphics_
lib
pixels_graphics_lib
Module
utilities
Copy item path
source
Modules
§
virtual_
key_
codes
Functions
§
key_
code_
to_
char
Convert key code to (char, shifted char) So
KeyCode::Key1
(the
1
key) returns
('1', '!')
and KeyCode::A (the
A
key) returns
('a', 'A')
key_
press_
to_
char
Converts key code to char