SYMBOL INDEX (103 symbols across 38 files) FILE: src-tauri/build.rs function main (line 1) | fn main() { FILE: src-tauri/src/core/device.rs type DeviceEventKind (line 8) | pub enum DeviceEventKind { type DeviceEvent (line 17) | pub struct DeviceEvent { function start_device_listening (line 25) | pub async fn start_device_listening(app_handle: AppHandle... FILE: src-tauri/src/core/gamepad.rs type GamepadEventKind (line 9) | pub enum GamepadEventKind { type GamepadEvent (line 15) | pub struct GamepadEvent { function start_gamepad_listing (line 22) | pub async fn start_gamepad_listing(app_handle: AppHandle)... function stop_gamepad_listing (line 55) | pub async fn stop_gamepad_listing() { FILE: src-tauri/src/core/prevent_default.rs function init (line 1) | pub fn init() -> tauri::plugin::TauriPlugin { FILE: src-tauri/src/core/setup/common.rs function platform (line 3) | pub fn platform( FILE: src-tauri/src/core/setup/macos.rs constant NSWindowStyleMaskNonActivatingPanel (line 7) | const NSWindowStyleMaskNonActivatingPanel: i32 = 1 << 7; constant NSResizableWindowMask (line 9) | const NSResizableWindowMask: i32 = 1 << 3; constant WINDOW_FOCUS_EVENT (line 10) | const WINDOW_FOCUS_EVENT: &str = "tauri://focus"; constant WINDOW_BLUR_EVENT (line 11) | const WINDOW_BLUR_EVENT: &str = "tauri://blur"; constant WINDOW_MOVED_EVENT (line 12) | const WINDOW_MOVED_EVENT: &str = "tauri://move"; constant WINDOW_RESIZED_EVENT (line 13) | const WINDOW_RESIZED_EVENT: &str = "tauri://resize"; function platform (line 15) | pub fn platform( FILE: src-tauri/src/core/setup/mod.rs function default (line 15) | pub fn default( FILE: src-tauri/src/lib.rs function run (line 17) | pub fn run() { FILE: src-tauri/src/main.rs function main (line 3) | fn main() { FILE: src-tauri/src/plugins/window/build.rs constant COMMANDS (line 1) | const COMMANDS: &[&str] = &[ function main (line 8) | fn main() { FILE: src-tauri/src/plugins/window/src/commands/common.rs function show_window (line 5) | pub async fn show_window(app_handle: AppHandle, window: W... function hide_window (line 10) | pub async fn hide_window(app_handle: AppHandle, window: W... function set_always_on_top (line 15) | pub async fn set_always_on_top( function set_taskbar_visibility (line 24) | pub async fn set_taskbar_visibility(window: WebviewWindow... FILE: src-tauri/src/plugins/window/src/commands/macos.rs type MacOSPanelStatus (line 7) | pub enum MacOSPanelStatus { function show_window (line 14) | pub async fn show_window(app_handle: AppHandle, window: W... function hide_window (line 23) | pub async fn hide_window(app_handle: AppHandle, window: W... function set_always_on_top (line 32) | pub async fn set_always_on_top( function set_macos_panel (line 48) | pub fn set_macos_panel( function set_taskbar_visibility (line 79) | pub async fn set_taskbar_visibility(app_handle: AppHandle... FILE: src-tauri/src/plugins/window/src/commands/mod.rs function is_main_window (line 18) | pub fn is_main_window(window: &WebviewWindow) -> bool { function shared_show_window (line 22) | fn shared_show_window(_app_handle: &AppHandle, window: &W... function shared_hide_window (line 28) | fn shared_hide_window(_app_handle: &AppHandle, window: &W... function shared_set_always_on_top (line 32) | fn shared_set_always_on_top( function show_main_window (line 46) | pub fn show_main_window(app_handle: &AppHandle) { function show_preference_window (line 50) | pub fn show_preference_window(app_handle: &AppHandle) { function show_window_by_label (line 54) | fn show_window_by_label(app_handle: &AppHandle, label: &str) { FILE: src-tauri/src/plugins/window/src/lib.rs function init (line 10) | pub fn init() -> TauriPlugin { FILE: src-tauri/src/utils/fs_extra.rs function copy_dir (line 6) | pub async fn copy_dir(from_path: String, to_path: String) -> Result<(), ... FILE: src/composables/useDevice.ts type MouseButtonEvent (line 15) | interface MouseButtonEvent { type CursorPoint (line 20) | interface CursorPoint { type MouseMoveEvent (line 25) | interface MouseMoveEvent { type KeyboardEvent (line 30) | interface KeyboardEvent { type DeviceEvent (line 35) | type DeviceEvent = MouseButtonEvent | MouseMoveEvent | KeyboardEvent function useDevice (line 37) | function useDevice() { FILE: src/composables/useGamepad.ts type GamepadEventName (line 13) | type GamepadEventName = LiteralUnion<'LeftStickX' | 'LeftStickY' | 'Righ... type GamepadEvent (line 15) | interface GamepadEvent { type StickState (line 21) | interface StickState { type Sticks (line 28) | interface Sticks { constant INITIAL_STICK_STATE (line 33) | const INITIAL_STICK_STATE: StickState = { x: 0, y: 0, moved: false, pres... function useGamepad (line 35) | function useGamepad() { FILE: src/composables/useModel.ts type ModelSize (line 19) | interface ModelSize { function useModel (line 24) | function useModel() { FILE: src/composables/useSharedMenu.ts function useSharedMenu (line 9) | function useSharedMenu() { FILE: src/composables/useTauriListen.ts function useTauriListen (line 5) | function useTauriListen(...args: Parameters>) { FILE: src/composables/useTauriShortcut.ts function useTauriShortcut (line 11) | function useTauriShortcut(shortcut: Ref, callback: Short... FILE: src/composables/useThemeVars.ts function useThemeVars (line 4) | function useThemeVars() { FILE: src/composables/useTray.ts constant TRAY_ID (line 23) | const TRAY_ID = 'BONGO_CAT_TRAY' function useTray (line 25) | function useTray() { FILE: src/composables/useWindowPosition.ts function useWindowPosition (line 10) | function useWindowPosition() { FILE: src/composables/useWindowState.ts type WindowState (line 11) | type WindowState = Record type Expression (line 29) | interface Expression { FILE: src/stores/shortcut.ts type HotKey (line 4) | type HotKey = 'visibleCat' | 'mirrorMode' | 'penetrable' | 'alwaysOnTop' FILE: src/utils/is.ts function isImage (line 1) | function isImage(value: string) { function inBetween (line 7) | function inBetween(value: number, minimum: number, maximum: number) { FILE: src/utils/keyboard.ts type Key (line 3) | interface Key { FILE: src/utils/live2d.ts class Live2d (line 16) | class Live2d { method constructor (line 20) | constructor() { } method initApp (line 22) | private initApp() { method load (line 35) | public async load(path: string) { method destroy (line 76) | public destroy() { method resizeModel (line 84) | public resizeModel(modelSize: ModelSize) { method playMotion (line 99) | public playMotion(group: string, index: number) { method playExpressions (line 103) | public playExpressions(index: number) { method getCoreModel (line 107) | public getCoreModel() { method getParameterRange (line 113) | public getParameterRange(id: string) { method setParameterValue (line 126) | public setParameterValue(id: string, value: number | boolean) { FILE: src/utils/monitor.ts function getCursorMonitor (line 6) | async function getCursorMonitor(cursorPoint?: PhysicalPosition) { FILE: src/utils/path.ts function join (line 3) | function join(...paths: string[]) { FILE: src/utils/shared.ts function clearObject (line 3) | function clearObject>(targets: T | T[]) {