Click or drag to resize

ISRIAPointerInputModule Interface

Used if you have your own custom input module. Otherwise, see SRIAStandaloneInputModule and SRIATouchInputModule. Required if building for UWP (WSA), but recommended in all cases: your InputModule should implement this interface and return the "PointerInputModule.m_PointerData" field (like SRIAStandaloneInputModule does)

Namespace:  frame8.Logic.Misc.Visual.UI.ScrollRectItemsAdapter
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public interface ISRIAPointerInputModule

The ISRIAPointerInputModule type exposes the following members.

Methods
  NameDescription
Public methodGetPointerEventData
Top
Version Information

Optimized ScrollView Adapter

Supported in: 3.1
See Also