Re: [GD-Windows] os version
Brought to you by:
vexxed72
From: <cas...@ya...> - 2002-02-12 17:53:06
|
Brian Hook wrote: > 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". Do you want me to post your code?? The os detection is in quake2/win32/sys_win.c function Sys_Init, line 234 The mentioned functions are in quake2/win32/vid_dll.c lines 68 & 87 I've attached my own version that includes other key variants and a different method mentioned in the msdn. > A code snippet to disable all keys on all Windows variants would > actually be something very useful for the archives. I agree, but it seems that you cannot do that with windows keys under win2k :-( Ignacio Castaño ca...@as... |