Fix up the naming of documentation associated with these Input functions.

This commit is contained in:
Echelon9 2012-11-30 23:29:38 +11:00
parent 41f938bc96
commit 1d68c18bdd
5 changed files with 5 additions and 5 deletions

View File

@ -67,7 +67,7 @@ void XTL::EmuDInputCleanup()
} }
// ****************************************************************** // ******************************************************************
// * func: XTL::EmuPollController // * func: XTL::EmuDInputPoll
// ****************************************************************** // ******************************************************************
void XTL::EmuDInputPoll(XTL::PXINPUT_STATE Controller) void XTL::EmuDInputPoll(XTL::PXINPUT_STATE Controller)
{ {

View File

@ -69,7 +69,7 @@ static BOOL g_bXInputInitialized = FALSE;
// ****************************************************************** // ******************************************************************
// * func: EmuXInputPoll // * func: EmuXInputPCPoll
// ****************************************************************** // ******************************************************************
void XTL::EmuXInputPCPoll( XTL::PXINPUT_STATE Controller ) void XTL::EmuXInputPCPoll( XTL::PXINPUT_STATE Controller )
{ {

View File

@ -35,7 +35,7 @@
#define EMUXINPUT_H #define EMUXINPUT_H
// ****************************************************************** // ******************************************************************
// * func: EmuXInputPoll // * func: EmuXInputPCPoll
// ****************************************************************** // ******************************************************************
void EmuXInputPCPoll( XTL::PXINPUT_STATE Controller ); void EmuXInputPCPoll( XTL::PXINPUT_STATE Controller );

View File

@ -830,7 +830,7 @@ DWORD WINAPI XTL::EmuXInputGetState
} }
// ****************************************************************** // ******************************************************************
// * func: EmuInputGetState // * func: EmuInputSetState
// ****************************************************************** // ******************************************************************
DWORD WINAPI XTL::EmuXInputSetState DWORD WINAPI XTL::EmuXInputSetState
( (

View File

@ -494,7 +494,7 @@ DWORD WINAPI EmuXInputGetState
); );
// ****************************************************************** // ******************************************************************
// * func: EmuXInputGetState // * func: EmuXInputSetState
// ****************************************************************** // ******************************************************************
DWORD WINAPI EmuXInputSetState DWORD WINAPI EmuXInputSetState
( (