
Software KeTop
T50VGA
64
User's Manual, Version: 1.3
© KEBA 2007
KtpInstallJoyEventMessage
Declaration
UINT8 KtpInstallJoyEventMessage (HWND hWnd, int *cookie);
Description
Subscribes a WindowHandler for the JoystickEvent and returns an
index (cookie) for the WindowHandler.
Arguments
HWND hWnd: WindowHandler, where the message is send to.
int cookie: index for the WindowHandler to be removed
KtpRemoveJoyEventCallback
Declaration
UINT8 KtpRemoveJoyEventCallback (int cookie);
Description
Removes the JoyEventCallback function, if a joystick is installed.
Arguments
int cookie: index for the callback function.
KtpRemoveJoyEventMessage
Declaration
UINT8 KtpRemoveJoyEventMessage (int cookie);
Description
Removes the WindowHandler.
Arguments
int cookie: index for the WindowHandler to be removed
KtpLaunchJoystickCalibApp
Declaration
UINT8 KtpLaunchJoystickCalibApp(HANDLE *pProcHandle);
Description
Starts the joystick calibration tool.
Arguments
HANDLE *pProcHandle: Handle for the started program.
KtpGetDispalyRotation
Declaration
TKtpDispalyRot KtpGetDisplayRotation (void)
Description
Returns the state for the DisplayRotation (for left or right handers).
Arguments
-
KtpSetDisplayRotation
Declaration
UINT8 KtpSetDisplayRotation(TKtpDisplayRot dispRot);
Description
Changes the design of the display for left or right handers. Maybe for
some devices no changes.
Arguments
TKtpDisplayRot dispRot: eKtpDisplayLeft for left handers,
eKtpDisplayRight for right handers
KtpEraseRegistry
Declaration
UINT8 KtpEraseRegistry(void);
Description
Deletes the registry of the device during next startup.
Arguments
-
7.4.7.1 KtpErasePSM
Declaration
UINT8 KtpErasePSM(void);
Description
Deletes the flash file system of the device during next startup.
Arguments
-