用c++怎么样才能实现对俄罗斯方块自动下落的控制
展开全部
#define ELUOSIWIDGET_H
#include <QtGui/QWidget>
#include <QPainter>
#include <QPaintEvent>
#include <QKeyEvent>
#include <string.h>
#include <time.h>
#define REC_SIZE 25 //方块大小
#define SCENE_W 16 //场景列数
#define SCENE_H 10 //场景行数
enum direction{UP,DOWN,LEFT,RIGHT,SPACE};
typedef struct {
int pos_x; //方块x坐标
int pos_y; //方块y坐标
#include <QtGui/QWidget>
#include <QPainter>
#include <QPaintEvent>
#include <QKeyEvent>
#include <string.h>
#include <time.h>
#define REC_SIZE 25 //方块大小
#define SCENE_W 16 //场景列数
#define SCENE_H 10 //场景行数
enum direction{UP,DOWN,LEFT,RIGHT,SPACE};
typedef struct {
int pos_x; //方块x坐标
int pos_y; //方块y坐标
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询