⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vibrate.h

📁 用于移动设备上的java虚拟机源代码
💻 H
字号:
/* * @(#)vibrate.h	1.1 02/08/26 * * Copyright (c) 1996-2002 Sun Microsystems, Inc.  All rights reserved. * PROPRIETARY/CONFIDENTIAL * Use is subject to license terms. */#ifndef __VIBRATE_H__#define __VIBRATE_H__#ifdef __cplusplusextern "C" {#endif  void stopVibrate();    int startVibrate(int samples);  void clearVibrationFlag();  void mySleep(int millisecs);    void playThreadDead();  int newThread();  void run();#ifdef __cplusplus}#endif#endif /* __VIBRATE_H__ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -