文件名称:wita:Rust for Windows中的窗口库
文件大小:49KB
文件格式:ZIP
更新时间:2024-03-17 03:57:22
Rust
维塔 Rust for Windows中的窗口库 你好,世界! struct Application ; impl Application { fn new () -> Result < Self> { wita :: WindowBuilder :: new () . title ( "hello, world!" ) . build ()?; Ok ( Self ) } } impl wita :: EventHandler for Application { fn closed ( & mut self , _: & wita::Window) { println! ( "closed" ); } } fn main (
【文件预览】:
wita-master
----.gitignore(38B)
----src()
--------api()
--------window.rs(16KB)
--------procedure.rs(20KB)
--------error.rs(1KB)
--------api.rs(1KB)
--------ime.rs(2KB)
--------resource.rs(2KB)
--------context.rs(4KB)
--------event.rs(3KB)
--------raw_input.rs(27KB)
--------monitor.rs(3KB)
--------geometry.rs(7KB)
--------device.rs(8KB)
--------lib.rs(4KB)
----LICENSE.md(306B)
----Cargo.toml(970B)
----examples()
--------drop_files.rs(1KB)
--------window_params.rs(1KB)
--------borderless_fullscreen.rs(785B)
--------icon_resource()
--------ime.rs(2KB)
--------panic_in_event.rs(476B)
--------children.rs(947B)
--------icon.rs(378B)
--------borderless.rs(1005B)
--------hello.rs(382B)
--------events.rs(3KB)
--------icon.ico(264KB)
--------keyboard_state.rs(566B)
--------count.rs(974B)
----README.md(1KB)
----tests()
--------panic_in_event.rs(391B)
--------panic_before_run.rs(354B)
--------build_window.rs(369B)
----.vscode()
--------settings.json(47B)
--------launch.json(5KB)
--------tasks.json(5KB)
----licenses()
--------LICENSE-MIT(1KB)
--------LICENSE-APACHE(9KB)