Torque3D/Engine/source/platformWin32
DavidWyand-GG 539efcb1e1 Input event changes
- New InputEventManager class.  It will be used by 3rd party input
devices to generate Torque 3D input events.
- Expanded the input event signal to include three new floats and a new
integer.
- Expanded the number of joystick buttons to 48.
- The input virtual map is now extendable rather than hard coded.
- The input devices types are now extendable rather than hard coded.
- New SI_POS, SI_ROT, SI_INT, and SI_FLOAT input event types.
- New SI_VALUE input action type.
- ActionMap has been updated to work with these changes.
- Removed unnecessary references to platform/event.h
2013-01-22 18:17:41 -05:00
..
menus Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
minidump Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
nativeDialogs Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
threads Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
videoInfo Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
cardProfile.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
platformWin32.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
VFSRes.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
win_common_prefix.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
win_debug_prefix.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
win_release_prefix.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winAsmBlit.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winAsync.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winConsole.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winConsole.h Input event changes 2013-01-22 18:17:41 -05:00
winCPUInfo.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winDInputDevice.cpp Fix for Issue #214 2013-01-22 15:23:52 -05:00
winDInputDevice.h Input event changes 2013-01-22 18:17:41 -05:00
winDirectInput.cpp Input event changes 2013-01-22 18:17:41 -05:00
winDirectInput.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winDlibrary.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winExec.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winFileio.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winFont.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winFont.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winInput.cpp Input event changes 2013-01-22 18:17:41 -05:00
winMath.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winMath_ASM.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winMemory.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winProcessControl.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winRedbook.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winSemaphore.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winTime.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winTimer.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winTLS.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winUser.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winVFS.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winVolume.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winVolume.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
winWindow.cpp Input event changes 2013-01-22 18:17:41 -05:00