Home
last modified time | relevance | path

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

/StarryEngine/starry_server/src/core/input/
H A Dinputs.rs48 dx: i16,
50 dy: i16,
82 fn sign_extend(value: u8) -> i16 { in handle() argument
83 ((value as u16) | 0xFF00) as i16 in handle()
102 self.dx = packet as i16; in handle()
112 self.dy = packet as i16; in handle()