RE: [GD-Windows] os version
Brought to you by:
vexxed72
From: Brian H. <bri...@py...> - 2002-02-12 02:57:28
|
Oh, hey, that sounds familiar! =) Can you post that code, by any chance? I'm actually working on a game for infants/toddlers that needs to have "button mash" mode enabled, i.e. they have to be able to hit ANYTHING except ctrl-alt-delete. The Win key completely screws up this kind of "game". A code snippet to disable all keys on all Windows variants would actually be something very useful for the archives. > hey! > WIN_DisableAltTab and WIN_EnableAltTab do all the job. You > used SystemParametersInfo with SPI_SCREENSAVERRUNNING on > win9x and RegisterHotKey on winnt, I've just tested that and > seems to work fine. |