/
redgpu
/
GDMagArchive
Обзор
Документация
Войти
/
redgpu
/
GDMagArchive
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
aug00/sharp/harness/CameraPersona.cpp
18 строк
339 B
Don Williamson
first commit
31 окт 2016, 17:03
31 окт 2016, 17:03
c823e7b
Код
Авторство
О чём код?
#include <harness/CameraPersona.h> // Children only have to implement the input functions they want. void CameraPersona::mouse (int button, int state, int x, int y) { } void CameraPersona::motion(int x, int y) { } void CameraPersona::keyboard(unsigned char key, int x, int y) { } void CameraPersona::special(int key, int x, int y) { }