Space Engineers
Public Member Functions | Public Attributes | List of all members
VRage.Input.MyKeyboardBuffer Struct Reference

Public Member Functions

unsafe void SetBit (byte bit, bool value)
 
unsafe bool AnyBitSet ()
 
unsafe bool GetBit (byte bit)
 

Public Attributes

unsafe fixed byte m_data [32]
 

Detailed Description

Definition at line 4 of file MyKeyboardBuffer.cs.

Member Function Documentation

unsafe bool VRage.Input.MyKeyboardBuffer.AnyBitSet ( )
inline

Definition at line 23 of file MyKeyboardBuffer.cs.

unsafe bool VRage.Input.MyKeyboardBuffer.GetBit ( byte  bit)
inline

Definition at line 33 of file MyKeyboardBuffer.cs.

unsafe void VRage.Input.MyKeyboardBuffer.SetBit ( byte  bit,
bool  value 
)
inline

Definition at line 8 of file MyKeyboardBuffer.cs.

Member Data Documentation

unsafe fixed byte VRage.Input.MyKeyboardBuffer.m_data[32]

Definition at line 6 of file MyKeyboardBuffer.cs.


The documentation for this struct was generated from the following file: