Space Engineers
Public Member Functions | Properties | List of all members
VRageRender.ExternalApp.IMyBufferedInputSource Interface Reference
Inheritance diagram for VRageRender.ExternalApp.IMyBufferedInputSource:
VRageRender.ExternalApp.MyRenderWindow

Public Member Functions

void SwapBufferedTextInput (ref List< char > swappedBuffer)
 Swaps internal buffer with the one passed as argument. This swapping operation must be implemented in a thread safe manner. Buffer passed into the function will replaced by the internal buffer and returned in the same variable. More...
 

Properties

Vector2 MousePosition [get]
 
Vector2 MouseAreaSize [get]
 

Detailed Description

Definition at line 6 of file IMyBufferedInputSource.cs.

Member Function Documentation

void VRageRender.ExternalApp.IMyBufferedInputSource.SwapBufferedTextInput ( ref List< char >  swappedBuffer)

Swaps internal buffer with the one passed as argument. This swapping operation must be implemented in a thread safe manner. Buffer passed into the function will replaced by the internal buffer and returned in the same variable.

Property Documentation

Vector2 VRageRender.ExternalApp.IMyBufferedInputSource.MouseAreaSize
get

Definition at line 16 of file IMyBufferedInputSource.cs.

Vector2 VRageRender.ExternalApp.IMyBufferedInputSource.MousePosition
get

Definition at line 15 of file IMyBufferedInputSource.cs.


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