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

📄 input.h

📁 Ming is a library for generating Macromedia Flash files (.swf), written in C, and includes useful ut
💻 H
字号:
/* input.h *  * $Id: input.h,v 1.10 2007/05/17 15:54:43 krechert Exp $ * * Notice: This header file contains declarations of functions and types that * are just used internally. All library functions and types that are supposed * to be publicly accessable are defined in ./src/ming.h. */#ifndef SWF_INPUT_H_INCLUDED#define SWF_INPUT_H_INCLUDED#include "ming.h"int SWFInput_read(SWFInput input, unsigned char* buffer, int count);int SWFInput_getChar(SWFInput input);int SWFInput_getUInt16(SWFInput input);int SWFInput_getUInt16_BE(SWFInput input);int SWFInput_getSInt16(SWFInput input);unsigned long SWFInput_getUInt24_BE(SWFInput input);unsigned long SWFInput_getUInt32(SWFInput input);unsigned long SWFInput_getUInt32_BE(SWFInput input);void SWFInput_byteAlign(SWFInput input);int SWFInput_readBits(SWFInput input, int number);int SWFInput_readSBits(SWFInput input, int number);#endif /* SWF_INPUT_H_INCLUDED */

⌨️ 快捷键说明

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