MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / cEvent

Method cEvent

Source/Event.cpp:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "stdafx.hpp"
24
25cEvent::cEvent( const eEventType& pType ) {
26
27 mHasFocus = false;
28 mType = pType;
29 mButton = 0;
30 mButtonCount = 0;
31}
32
33cEvent::~cEvent() {
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected