ActionEntry

class ActionEntry(actionEntryPointer: CPointer<GActionEntry>)

While coding this class, Had issues with creating proper callbacks.

Instead of actually wrapping the C function, the C function calls the K function

Constructors

ActionEntry
Link copied to clipboard
fun ActionEntry(name: String, onActivate: ActionMapEntryFunction = null, parameterType: String? = null, state: String? = null, changeState: ActionMapEntryFunction = null)
ActionEntry
Link copied to clipboard
fun ActionEntry(actionEntryPointer: CPointer<GActionEntry>)

Types

Companion
Link copied to clipboard
object Companion

Properties

actionEntryPointer
Link copied to clipboard
val actionEntryPointer: CPointer<GActionEntry>
activate
Link copied to clipboard
var activate: ActionMapEntryFunction = null
changeState
Link copied to clipboard
var changeState: ActionMapEntryFunction = null
name
Link copied to clipboard
var name: String
parameterType
Link copied to clipboard
var parameterType: String?
state
Link copied to clipboard
var state: String?