pub struct LButtonUp {
pub vkey_code: VK,
pub coords: POINT,
}
Available on crate feature
user
only.Expand description
WM_LBUTTONUP
message parameters.
Return type: ()
.
Fields§
§vkey_code: VK
§coords: POINT
Trait Implementations§
source§impl MsgSend for LButtonUp
impl MsgSend for LButtonUp
source§fn convert_ret(&self, _: isize) -> Self::RetType
fn convert_ret(&self, _: isize) -> Self::RetType
Converts the generic
isize
return value to the specific type returned
by the message.source§fn as_generic_wm(&mut self) -> WndMsg
fn as_generic_wm(&mut self) -> WndMsg
Converts the specific message parameters struct into the generic
WndMsg
message struct.source§impl MsgSendRecv for LButtonUp
impl MsgSendRecv for LButtonUp
source§fn from_generic_wm(p: WndMsg) -> Self
fn from_generic_wm(p: WndMsg) -> Self
Converts the generic
WndMsg
parameters struct
into the specific message struct.