mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-12 02:09:12 +08:00
try fix build, ios
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
6f1f07a1c4
commit
b0990ac6ec
@ -617,11 +617,12 @@ impl<T: InvokeUiSession> Session<T> {
|
|||||||
#[cfg(any(target_os = "ios"))]
|
#[cfg(any(target_os = "ios"))]
|
||||||
pub fn handle_flutter_key_event(
|
pub fn handle_flutter_key_event(
|
||||||
&self,
|
&self,
|
||||||
|
_keyboard_mode: &str,
|
||||||
_name: &str,
|
_name: &str,
|
||||||
platform_code: i32,
|
_platform_code: i32,
|
||||||
position_code: i32,
|
_position_code: i32,
|
||||||
lock_modes: i32,
|
_lock_modes: i32,
|
||||||
down_or_up: bool,
|
_down_or_up: bool,
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user