mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 03:39:48 +01:00 
			
		
		
		
	key state constants and functions documentation improvement
git-svn-id: trunk@35272 -
This commit is contained in:
		
							parent
							
								
									0f9889978f
								
							
						
					
					
						commit
						f07b717a31
					
				@ -8630,7 +8630,18 @@
 | 
			
		||||
        </short>
 | 
			
		||||
        <descr/>
 | 
			
		||||
        <errors/>
 | 
			
		||||
        <seealso/>
 | 
			
		||||
        <seealso>
 | 
			
		||||
          <link id="#RTL.Classes.TShiftState"/>
 | 
			
		||||
          <link id="ShiftStateToKeys"/>
 | 
			
		||||
          <link id="KeyDataToShiftState"/>
 | 
			
		||||
          <link id="#LCL.LCLType.MK_Shift"/>
 | 
			
		||||
          <link id="#LCL.LCLType.MK_Control"/>
 | 
			
		||||
          <link id="#LCL.LCLType.MK_LButton"/>
 | 
			
		||||
          <link id="#LCL.LCLType.MK_RButton"/>
 | 
			
		||||
          <link id="#LCL.LCLType.MK_MButton"/>
 | 
			
		||||
          <link id="#LCL.LCLType.MK_XBUTTON1"/>
 | 
			
		||||
          <link id="#LCL.LCLType.MK_XBUTTON2"/>
 | 
			
		||||
        </seealso>
 | 
			
		||||
      </element>
 | 
			
		||||
      <element name="KeysToShiftState.Result">
 | 
			
		||||
        <short/>
 | 
			
		||||
@ -8644,7 +8655,18 @@
 | 
			
		||||
        </short>
 | 
			
		||||
        <descr/>
 | 
			
		||||
        <errors/>
 | 
			
		||||
        <seealso/>
 | 
			
		||||
        <seealso>
 | 
			
		||||
          <link id="#RTL.Classes.TShiftState"/>
 | 
			
		||||
          <link id="KeysToShiftState"/>
 | 
			
		||||
          <link id="ShiftStateToKeys"/>
 | 
			
		||||
          <link id="#LCL.LCLType.MK_Shift"/>
 | 
			
		||||
          <link id="#LCL.LCLType.MK_Control"/>
 | 
			
		||||
          <link id="#LCL.LCLType.MK_LButton"/>
 | 
			
		||||
          <link id="#LCL.LCLType.MK_RButton"/>
 | 
			
		||||
          <link id="#LCL.LCLType.MK_MButton"/>
 | 
			
		||||
          <link id="#LCL.LCLType.MK_XBUTTON1"/>
 | 
			
		||||
          <link id="#LCL.LCLType.MK_XBUTTON2"/>
 | 
			
		||||
        </seealso>
 | 
			
		||||
      </element>
 | 
			
		||||
      <element name="KeyDataToShiftState.Result">
 | 
			
		||||
        <short/>
 | 
			
		||||
@ -8660,6 +8682,9 @@
 | 
			
		||||
        <errors>
 | 
			
		||||
        </errors>
 | 
			
		||||
        <seealso>
 | 
			
		||||
          <link id="#RTL.Classes.TShiftState"/>
 | 
			
		||||
          <link id="KeysToShiftState"/>
 | 
			
		||||
          <link id="KeyDataToShiftState"/>
 | 
			
		||||
          <link id="#LCL.LCLType.MK_Shift"/>
 | 
			
		||||
          <link id="#LCL.LCLType.MK_Control"/>
 | 
			
		||||
          <link id="#LCL.LCLType.MK_LButton"/>
 | 
			
		||||
 | 
			
		||||
@ -11936,45 +11936,122 @@
 | 
			
		||||
      </element>
 | 
			
		||||
      <!-- constant Visibility: default -->
 | 
			
		||||
      <element name="MK_LBUTTON">
 | 
			
		||||
        <short/>
 | 
			
		||||
        <short>A key state constant to represent the left mouse button, equivalent to ssLeft from TShiftState</short>
 | 
			
		||||
        <descr/>
 | 
			
		||||
        <seealso/>
 | 
			
		||||
        <seealso>
 | 
			
		||||
          <link id="#RTL.Classes.TShiftState"/>
 | 
			
		||||
          <link id="#LCL.Forms.ShiftStateToKeys"/>
 | 
			
		||||
          <link id="#LCL.Forms.KeyDataToShiftState"/>
 | 
			
		||||
          <link id="#LCL.Forms.ShiftStateToKeys"/>
 | 
			
		||||
          <link id="MK_Shift"/>
 | 
			
		||||
          <link id="MK_Control"/>
 | 
			
		||||
          <link id="MK_RButton"/>
 | 
			
		||||
          <link id="MK_MButton"/>
 | 
			
		||||
          <link id="MK_XBUTTON1"/>
 | 
			
		||||
          <link id="MK_XBUTTON2"/>
 | 
			
		||||
        </seealso>
 | 
			
		||||
      </element>
 | 
			
		||||
      <!-- constant Visibility: default -->
 | 
			
		||||
      <element name="MK_RBUTTON">
 | 
			
		||||
        <short/>
 | 
			
		||||
        <short>A key state constant to represent the right mouse button, equivalent to ssRight from TShiftState</short>
 | 
			
		||||
        <descr/>
 | 
			
		||||
        <seealso/>
 | 
			
		||||
        <seealso>
 | 
			
		||||
          <link id="#RTL.Classes.TShiftState"/>
 | 
			
		||||
          <link id="#LCL.Forms.ShiftStateToKeys"/>
 | 
			
		||||
          <link id="#LCL.Forms.KeyDataToShiftState"/>
 | 
			
		||||
          <link id="#LCL.Forms.ShiftStateToKeys"/>
 | 
			
		||||
          <link id="MK_Shift"/>
 | 
			
		||||
          <link id="MK_Control"/>
 | 
			
		||||
          <link id="MK_LButton"/>
 | 
			
		||||
          <link id="MK_MButton"/>
 | 
			
		||||
          <link id="MK_XBUTTON1"/>
 | 
			
		||||
          <link id="MK_XBUTTON2"/>
 | 
			
		||||
        </seealso>
 | 
			
		||||
      </element>
 | 
			
		||||
      <!-- constant Visibility: default -->
 | 
			
		||||
      <element name="MK_SHIFT">
 | 
			
		||||
        <short/>
 | 
			
		||||
        <short>A key state constant to represent the shift key, equivalent to ssShift from TShiftState</short>
 | 
			
		||||
        <descr/>
 | 
			
		||||
        <seealso/>
 | 
			
		||||
        <seealso>
 | 
			
		||||
          <link id="#RTL.Classes.TShiftState"/>
 | 
			
		||||
          <link id="#LCL.Forms.ShiftStateToKeys"/>
 | 
			
		||||
          <link id="#LCL.Forms.KeyDataToShiftState"/>
 | 
			
		||||
          <link id="#LCL.Forms.ShiftStateToKeys"/>
 | 
			
		||||
          <link id="MK_Control"/>
 | 
			
		||||
          <link id="MK_LButton"/>
 | 
			
		||||
          <link id="MK_RButton"/>
 | 
			
		||||
          <link id="MK_MButton"/>
 | 
			
		||||
          <link id="MK_XBUTTON1"/>
 | 
			
		||||
          <link id="MK_XBUTTON2"/>
 | 
			
		||||
        </seealso>
 | 
			
		||||
      </element>
 | 
			
		||||
      <!-- constant Visibility: default -->
 | 
			
		||||
      <element name="MK_CONTROL">
 | 
			
		||||
        <short/>
 | 
			
		||||
        <short>A key state constant to represent the control key, equivalent to ssCtrl from TShiftState</short>
 | 
			
		||||
        <descr/>
 | 
			
		||||
        <seealso/>
 | 
			
		||||
        <seealso>
 | 
			
		||||
          <link id="#RTL.Classes.TShiftState"/>
 | 
			
		||||
          <link id="#LCL.Forms.ShiftStateToKeys"/>
 | 
			
		||||
          <link id="#LCL.Forms.KeyDataToShiftState"/>
 | 
			
		||||
          <link id="#LCL.Forms.ShiftStateToKeys"/>
 | 
			
		||||
          <link id="MK_Shift"/>
 | 
			
		||||
          <link id="MK_LButton"/>
 | 
			
		||||
          <link id="MK_RButton"/>
 | 
			
		||||
          <link id="MK_MButton"/>
 | 
			
		||||
          <link id="MK_XBUTTON1"/>
 | 
			
		||||
          <link id="MK_XBUTTON2"/>
 | 
			
		||||
        </seealso>
 | 
			
		||||
      </element>
 | 
			
		||||
      <!-- constant Visibility: default -->
 | 
			
		||||
      <element name="MK_MBUTTON">
 | 
			
		||||
        <short/>
 | 
			
		||||
        <short>A key state constant to represent the middle mouse button, equivalent to ssMiddle from TShiftState</short>
 | 
			
		||||
        <descr/>
 | 
			
		||||
        <seealso/>
 | 
			
		||||
        <seealso>
 | 
			
		||||
          <link id="#RTL.Classes.TShiftState"/>
 | 
			
		||||
          <link id="#LCL.Forms.ShiftStateToKeys"/>
 | 
			
		||||
          <link id="#LCL.Forms.KeyDataToShiftState"/>
 | 
			
		||||
          <link id="#LCL.Forms.ShiftStateToKeys"/>
 | 
			
		||||
          <link id="MK_Shift"/>
 | 
			
		||||
          <link id="MK_Control"/>
 | 
			
		||||
          <link id="MK_LButton"/>
 | 
			
		||||
          <link id="MK_RButton"/>
 | 
			
		||||
          <link id="MK_XBUTTON1"/>
 | 
			
		||||
          <link id="MK_XBUTTON2"/>
 | 
			
		||||
        </seealso>
 | 
			
		||||
      </element>
 | 
			
		||||
      <!-- constant Visibility: default -->
 | 
			
		||||
      <element name="MK_XBUTTON1">
 | 
			
		||||
        <short/>
 | 
			
		||||
        <short>A key state constant to represent the first extra mouse button, equivalent to ssExtra1 from TShiftState</short>
 | 
			
		||||
        <descr/>
 | 
			
		||||
        <seealso/>
 | 
			
		||||
        <seealso>
 | 
			
		||||
          <link id="#RTL.Classes.TShiftState"/>
 | 
			
		||||
          <link id="#LCL.Forms.ShiftStateToKeys"/>
 | 
			
		||||
          <link id="#LCL.Forms.KeyDataToShiftState"/>
 | 
			
		||||
          <link id="#LCL.Forms.ShiftStateToKeys"/>
 | 
			
		||||
          <link id="MK_Shift"/>
 | 
			
		||||
          <link id="MK_Control"/>
 | 
			
		||||
          <link id="MK_LButton"/>
 | 
			
		||||
          <link id="MK_RButton"/>
 | 
			
		||||
          <link id="MK_MButton"/>
 | 
			
		||||
          <link id="MK_XBUTTON2"/>
 | 
			
		||||
        </seealso>
 | 
			
		||||
      </element>
 | 
			
		||||
      <!-- constant Visibility: default -->
 | 
			
		||||
      <element name="MK_XBUTTON2">
 | 
			
		||||
        <short/>
 | 
			
		||||
        <short>A key state constant to represent the second extra mouse button, equivalent to ssExtra2 from TShiftState</short>
 | 
			
		||||
        <descr/>
 | 
			
		||||
        <seealso/>
 | 
			
		||||
        <seealso>
 | 
			
		||||
          <link id="#RTL.Classes.TShiftState"/>
 | 
			
		||||
          <link id="#LCL.Forms.ShiftStateToKeys"/>
 | 
			
		||||
          <link id="#LCL.Forms.KeyDataToShiftState"/>
 | 
			
		||||
          <link id="#LCL.Forms.ShiftStateToKeys"/>
 | 
			
		||||
          <link id="MK_Shift"/>
 | 
			
		||||
          <link id="MK_Control"/>
 | 
			
		||||
          <link id="MK_LButton"/>
 | 
			
		||||
          <link id="MK_RButton"/>
 | 
			
		||||
          <link id="MK_MButton"/>
 | 
			
		||||
          <link id="MK_XBUTTON1"/>
 | 
			
		||||
        </seealso>
 | 
			
		||||
      </element>
 | 
			
		||||
      <!-- constant Visibility: default -->
 | 
			
		||||
      <element name="NM_FIRST">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user