Home
last modified time | relevance | path

Searched refs:code (Results 1 – 5 of 5) sorted by relevance

/StarryEngine/starry_client/src/base/
H A Devent.rs30 pub code: i64, field
38 code: 0, in new()
45 match self.code { in to_option()
72 code: EVENT_KEY, in to_event()
101 code: EVENT_MOUSE_RELATIVE, in to_event()
140 code: EVENT_BUTTON, in to_event()
168 code: EVENT_MOUSE_UPDATE, in to_event()
193 code: EVENT_WINDOW_MOVE, in to_event()
217 code: EVENT_WINDOW_RESIZE, in to_event()
/StarryEngine/
H A DLICENSE25 them if you wish), that you receive source code or can get it if you
37 or can get the source code. And you must show them these terms so they
114 The "source code" for a work means the preferred form of the work
115 for making modifications to it. "Object code" means any non-source
128 implementation is available to the public in source code form. A
132 produce the work, or an object code interpreter used to run it.
134 The "Corresponding Source" for a work in object code form means all
135 the source code needed to generate, install, and (for an executable
136 work) run the object code and to modify the work, including scripts to
142 the work, and the source code for shared libraries and dynamically
[all …]
/StarryEngine/starry_client/src/font/
H A Dunifont-license.txt3 The source code for everything except the compiled fonts in this current
56 this service if you wish), that you receive source code or can get it
68 source code. And you must show them these terms so they know their
112 source code as you receive it, in any medium, provided that you
167 under Section 2) in object code or executable form under the terms of
171 source code, which must be distributed under the terms of Sections
177 machine-readable copy of the corresponding source code, to be
182 to distribute corresponding source code. (This alternative is
184 received the program in object code or executable form with such
187 The source code for a work means the preferred form of the work for
[all …]
/StarryEngine/starry_applications/src/asset_manager/
H A Dmod.rs1 pub mod code; module
/StarryEngine/starry_applications/src/
H A Dmain.rs3 use starry_apps::{asset_manager::code::AssetManager, set_tty};