Skip to content

modifying remote question #1

Closed
Closed
@w-

Description

@w-

hi,

in the bundled daum potplayer remote file the commands are constants that look like

local WM_COMMAND            = 0x111;
local CMD_PLAY              = 20001;
local CMD_PAUSE             = 20000;
local CMD_STOP              = 20002;
local CMD_PREVIOUS          = 10123;
local CMD_NEXT              = 10124;
local CMD_PLAY_PAUSE        = 10014;

local CMD_VOLUME_UP         = 10035;
local CMD_VOLUME_DOWN       = 10036;

local CMD_TOGGLE_MUTE       = 10037;
local CMD_TOGGLE_PLAYLIST   = 10011;
local CMD_TOGGLE_CONTROL    = 10383;
local CMD_OPEN_FILE         = 10158;
local CMD_TOGGLE_SUBS       = 10126;
local CMD_TOGGLE_OSD        = 10351;
local CMD_CAPTURE           = 10224;

what do the numbers correspond do? key press codes or?
I'm trying to find out the term i should use to search for additional reference so i can add my own functionality.

thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions