HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file os.KeyState by barry
expand copy to clipboardexpand
data KeyState {
	
	const byte KEY_SHIFT = 0x1
	const byte KEY_CTRL = 0x2
	const byte KEY_ALT = 0x4
	const byte KEY_ALTGR = 0x8
	const byte KEY_CMD = 0x10
	const byte KEY_CAPLOCK = 0x20
	
	}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n os.KeyState -m "reason for update" -u yourUsername
Version 2 by barry
Version 1 (this version) by barry
Notes for this version: Standard Library Initialisation