WOWCube Docs logo
WOWCube Docs
Mission Control
Section Shortcuts
APIExamplesSourceWOWConnectChangelog
Filters
SDK and language defaults persist in cookies.
SDK version
Navigation Tree
Collapsed by default, focused on the active path.
Made byMcKay Seamons
GitHub
  1. Home
  2. Docs
  3. Examples
  4. HelloWOWCube.h
Mission NodeSDK 6.3C++basicsProject Included

HelloWOWCube.h

Example: HelloWOWCube.h

Examples / SDK 6.3 / C++ / basics / Getting Started / project / src
HelloWOWCube.h
CPP
1// This header file is generated by WOWCube SDK project wizard
2#pragma once
3#include "Gfx.h"
4
5#define TEXT_SIZE 10
6
7class HelloWOWCube: public Cubios::Application
8{
9public:
10 HelloWOWCube();
11 virtual ~HelloWOWCube();
12
13 virtual void on_PhysicsTick(const std::array<Cubios::Screen, 3>& screens) override;
14 virtual void on_Twist(const Cubios::TOPOLOGY_twistInfo_t& twist) override;
15 virtual void on_Message(uint32_t type, uint8_t* pkt, u32_t size) override;
16 virtual void on_ExternalMessage(uint8_t* pkt, u32_t size) override;
17 virtual void on_Pat(uint32_t count) override;
18 virtual void on_Render(std::array<Cubios::Screen, 3>& screens) override;
19 virtual void on_Tick(uint32_t currentTime, uint32_t deltaTime) override;
20 virtual void on_Timer(uint8_t timerID) override;
21};
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.
Context Rail

Project files

HelloWOWCube.cpp
project/src/HelloWOWCube.cpp
HelloWOWCube.h
project/src/HelloWOWCube.h
wowcubeapp-build.json
project/wowcubeapp-build.json
Context Rail

Related nodes

HelloWOWCube.cpp
Examples / SDK 6.3 / C++ / basics / Getting Started / project / src
Getting Started
Examples / SDK 6.3 / C++ / basics
info.json
Examples / SDK 6.3 / C++ / basics / Getting Started
wowcubeapp-build.json
Examples / SDK 6.3 / C++ / basics / Getting Started / project
Previous Node
HelloWOWCube.cpp
Examples / SDK 6.3 / C++ / basics / Getting Started / project / src
Next Node
wowcubeapp-build.json
Examples / SDK 6.3 / C++ / basics / Getting Started / project