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

📄 bigaterm.h

📁 This programm is proxy server for ragnarok online game. Also it s can be use as bot. It control all
💻 H
字号:
#ifndef _BIGATERM_H
#define _BIGATERM_H

#pragma once

#include "../win_and_sock.h"

#define BT_FCOLOR   RGB(0,0xD0,0)
#define BT_BKCOLOR  RGB(0,0,0)

ATOM BigaTermRegisterClass(HINSTANCE hInstance);

void bt_add_line(HWND hWnd, char * lpszLine, DWORD color);
int bt_num_lines(HWND hWnd);
int bt_scroll_by(HWND hWnd, int by, bool inv);
int bt_scroll_bottom(HWND hWnd);
int bt_refresh(HWND hWnd);


ATOM BCBoxRegisterClass(HINSTANCE hInstance);

int bcbox_setData(HWND hWnd, bool checked, char * text, void (*onChange)(void));
bool bcbox_getState(HWND hWnd);

#endif

⌨️ 快捷键说明

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