SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
WPadInfoChecker Class Reference

Public Member Functions

 WPadInfoChecker (WPad *)
 
s32 getBattery () const
 
void successGetInfo ()
 
void startCheck () NO_INLINE
 
void reset ()
 
void update ()
 

Public Attributes

WPadmPad
 
WPADInfo mPadInfo
 
u32 _1C
 
s32 mBattery
 

Detailed Description

Definition at line 6 of file WPadInfoChecker.hpp.

Constructor & Destructor Documentation

◆ WPadInfoChecker()

WPadInfoChecker::WPadInfoChecker ( WPad * pPad)

Definition at line 3 of file WPadInfoChecker.cpp.

Member Function Documentation

◆ getBattery()

s32 WPadInfoChecker::getBattery ( ) const

Definition at line 8 of file WPadInfoChecker.cpp.

◆ successGetInfo()

void WPadInfoChecker::successGetInfo ( )

Definition at line 12 of file WPadInfoChecker.cpp.

◆ startCheck()

void WPadInfoChecker::startCheck ( )

Definition at line 16 of file WPadInfoChecker.cpp.

◆ reset()

void WPadInfoChecker::reset ( )

Definition at line 21 of file WPadInfoChecker.cpp.

◆ update()

void WPadInfoChecker::update ( )

Definition at line 26 of file WPadInfoChecker.cpp.

Member Data Documentation

◆ mPad

WPad* WPadInfoChecker::mPad

Definition at line 16 of file WPadInfoChecker.hpp.

◆ mPadInfo

WPADInfo WPadInfoChecker::mPadInfo

Definition at line 17 of file WPadInfoChecker.hpp.

◆ _1C

u32 WPadInfoChecker::_1C

Definition at line 18 of file WPadInfoChecker.hpp.

◆ mBattery

s32 WPadInfoChecker::mBattery

Definition at line 19 of file WPadInfoChecker.hpp.