Skip to main content

Crate lightyear_inputs

Crate lightyear_inputs 

Source
Expand description

§Lightyear IO

Low-level IO primitives for the lightyear networking library. This crate provides abstractions for sending and receiving raw bytes over the network.

Modules§

client
Module to handle client inputs
config
input_buffer
The InputBuffer contains a history of the ActionState for each tick.
input_message
plugin
Plugin to register and handle user inputs.
prelude
server
Handle input messages received from the clients

Structs§

InputChannel
Default channel to send inputs from client to server. This is a Sequenced Unreliable channel. A marker struct for the default channel used to send inputs from client to server.