SANDAL2
A SDL2 Wrapper in C
Public Attributes | List of all members
ListClickable Struct Reference

Collection of hit boxes. More...

#include <Clickable.h>

Collaboration diagram for ListClickable:
Collaboration graph
[legend]

Public Attributes

Clickablefirst
 
Clickablecurrent
 
ClickablefirstBlock
 
ClickablecurrentBlock
 

Detailed Description

Collection of hit boxes.

Member Data Documentation

◆ current

Clickable* ListClickable::current

Current hit box of the list

◆ currentBlock

Clickable* ListClickable::currentBlock

Current blocking hit box of the list

◆ first

Clickable* ListClickable::first

First hit box of the list

◆ firstBlock

Clickable* ListClickable::firstBlock

First blocking hit box of the list


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